diff options
Diffstat (limited to 'include/pokemon_storage_system_internal.h')
-rw-r--r-- | include/pokemon_storage_system_internal.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokemon_storage_system_internal.h b/include/pokemon_storage_system_internal.h index 1e7430dd9..28b39cb7c 100644 --- a/include/pokemon_storage_system_internal.h +++ b/include/pokemon_storage_system_internal.h @@ -4,6 +4,16 @@ #include "pokemon_storage_system.h" #include "mon_markings.h" +#define IN_BOX_COLUMNS 5 +#define IN_BOX_ROWS 6 + +enum +{ + MODE_PARTY, + MODE_BOX, + MODE_2, +}; + enum { BOX_OPTION_WITHDRAW, |