Expanded PC Boxes to 15

This commit is contained in:
resetes12
2024-02-27 09:38:06 +01:00
parent 179d1f497a
commit c8abe05dd6

View File

@@ -1,7 +1,7 @@
#ifndef GUARD_POKEMON_STORAGE_SYSTEM_H
#define GUARD_POKEMON_STORAGE_SYSTEM_H
#define TOTAL_BOXES_COUNT 14
#define TOTAL_BOXES_COUNT 15
#define IN_BOX_ROWS 5 // Number of rows, 6 Pokémon per row
#define IN_BOX_COLUMNS 6 // Number of columns, 5 Pokémon per column
#define IN_BOX_COUNT (IN_BOX_ROWS * IN_BOX_COLUMNS)