summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-07 14:38:52 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-07 14:38:52 -0500
commit09603bf0315862d7c008e08a9960e6111a0859f8 (patch)
tree2048e722577287becfa79420fab1aabbf1e12a77 /constants/misc_constants.asm
parenteb39f6a3396b21047a11dd871263c6dbc5f2c65f (diff)
More Battle Tower shenanigans
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index 173f0145f..e10be0db4 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -114,6 +114,7 @@ BATTLETOWER_NROFPKMNS EQU 3
BATTLETOWER_TRAINERDATALENGTH EQU $24
BATTLETOWER_NROFTRAINERS EQU 7
BATTLETOWER_NRMONSPERLEVELBRACKET EQU BATTLETOWER_NROFPKMNS * BATTLETOWER_NROFTRAINERS
+BATTLE_TOWER_STRUCT_LENGTH EQU $e0 ; NAME_LENGTH + 3 * (PARTYMON_STRUCT_LENGTH + PKMN_NAME_LENGTH) + BATTLETOWER_TRAINERDATALENGTH
NUM_WILDMONS_PER_AREA_TIME_OF_DAY EQU 7
WILDMON_GRASS_STRUCTURE_LENGTH EQU 2 + 3 * (1 + 2 * NUM_WILDMONS_PER_AREA_TIME_OF_DAY)