diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-21 17:47:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-21 17:47:50 -0400 |
commit | 381a4b443b0453a5b2f6c59f857c523612e015af (patch) | |
tree | bd6cc235bbf89ac4e8535a7a612c9632353bc235 /constants | |
parent | 24c6b2d3a109d5da9632582f1946d61b4d5cb1bf (diff) |
Assert the sBox1-14 tables have NUM_BOXES entries
Diffstat (limited to 'constants')
-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 |