diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
commit | 3aeb294572174d1f927286d507d15cda04e58601 (patch) | |
tree | 05df00aa454eb4d3f15df49145b6266a37428006 /include/constants | |
parent | d2b0f36b7daa93d0708f19db347ad2befe2a4f07 (diff) |
Port pokemon_storage_2 from emerald
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |