diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-21 17:47:53 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-21 17:47:53 -0400 |
commit | 0506e5b1b9d755aad006a52d9f9c9c9baea710fb (patch) | |
tree | e2c3b904e0aee92cf8438e42e3775982ec65cf73 /constants | |
parent | 7fd23ae918f132772e9282830b6aaa353e9e5244 (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 26a4b387d..1234d105c 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -135,7 +135,7 @@ PARTY_LENGTH EQU 6 ; boxes MONS_PER_BOX EQU 20 -NUM_BOXES EQU 14 +NUM_BOXES EQU 14 ; hall of fame HOF_MON_LENGTH EQU 1 + 2 + 2 + 1 + (MON_NAME_LENGTH - 1) ; species, id, dvs, level, nick |