diff options
author | libjet <libj3t@gmail.com> | 2020-05-29 19:26:15 +0100 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-05-29 19:26:15 +0100 |
commit | d69adefed23cd6f246cabc2a5d63c7ce91a22f1b (patch) | |
tree | 0fefde89126c9bf34113efbdc1b1adcf0e86bf34 /constants/pokemon_data_constants.asm | |
parent | f0212e7fb938415fa20014b1ed013795b537a489 (diff) |
Add engine/events/lucky_number.asm
Diffstat (limited to 'constants/pokemon_data_constants.asm')
-rw-r--r-- | constants/pokemon_data_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index da0008b1..bdcb83f7 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -108,6 +108,7 @@ PARTY_LENGTH EQU 6 ; boxes MONS_PER_BOX EQU 20 NUM_BOXES EQU 14 +NUM_BOXES_JAPANESE EQU 9 ; hall of fame HOF_MON_LENGTH EQU 1 + 2 + 2 + 1 + (MON_NAME_LENGTH - 1) ; species, id, dvs, level, nick |