diff options
Diffstat (limited to 'constants/pokemon_data_constants.asm')
-rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index f9b32c27..d891b869 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -115,7 +115,7 @@ PARTY_LENGTH EQU 6 ; boxes MONS_PER_BOX EQU 20 -NUM_BOXES EQU 14 +NUM_BOXES EQU 14 NUM_BOXES_JAPANESE EQU 9 ; hall of fame |