summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 15:05:19 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 15:22:04 -0500
commit10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (patch)
tree849a489313f516c3e4f51b18969824543debf7a2 /constants/misc_constants.asm
parentb1dc88b7281e0486cb952c8f8c62dab705eb4b9d (diff)
Battle Tower
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index d8e5fc9e5..a4e89fd93 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -109,10 +109,10 @@ const_value = 1
const MOM_ITEM
const MOM_DOLL
-BATTLETOWER_PKMNSTRUCTLENGTH EQU $30
BATTLETOWER_NROFPKMNS EQU 3
BATTLETOWER_TRAINERDATALENGTH EQU $24
BATTLETOWER_NROFTRAINERS EQU 7
+BATTLETOWER_NRMONSPERLEVELBRACKET EQU BATTLETOWER_NROFPKMNS * BATTLETOWER_NROFTRAINERS
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)