diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-16 12:33:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-16 12:33:46 -0400 |
| commit | f8915246a77a4453135ac3a4e6a61c098d557451 (patch) | |
| tree | 86e1c2ea6ab19994fbdcb6e86b59071bb6c7c0cc /include/constants | |
| parent | 2c7387951ba78349712d891ca71b55db4d0ec96e (diff) | |
| parent | db3e992fc3de6a212752aa1a4148ee42414f2322 (diff) | |
Merge pull request #302 from PikalaxALT/pokemon_storage_system
Pokemon storage system
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/flags.h | 2 | ||||
| -rw-r--r-- | include/constants/pokemon.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 85d704680..0bc96eb35 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1365,7 +1365,7 @@ #define FLAG_SYS_NATIONAL_DEX (SYS_FLAGS + 0x40) #define FLAG_SYS_PC_STORAGE_DISABLED (SYS_FLAGS + 0x41) #define FLAG_SYS_INFORMED_OF_LOCAL_WIRELESS_PLAYER (SYS_FLAGS + 0x42) -#define FLAG_SYS_CHANGED_BOX_TO_STORE_MON (SYS_FLAGS + 0x43) +#define FLAG_SHOWN_BOX_WAS_FULL_MESSAGE (SYS_FLAGS + 0x43) #define FLAG_SYS_CAN_LINK_WITH_RS (SYS_FLAGS + 0x44) #define FLAG_SYS_SEVII_MAP_123 (SYS_FLAGS + 0x45) #define FLAG_SYS_SEVII_MAP_4567 (SYS_FLAGS + 0x46) diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index a8009f1ff..bc02bffdd 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -212,5 +212,6 @@ #define MAX_TOTAL_EVS 510 #define UNOWN_FORM_COUNT 28 #define MAX_MON_LEVEL 100 +#define BOX_NAME_LENGTH 8 #endif // GUARD_CONSTANTS_POKEMON_H |
