summaryrefslogtreecommitdiff
path: root/constants/battle_tower_constants.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 16:55:11 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 16:55:11 -0500
commitce50d1b2cb4eebf8484cf12e6280c441ec94ae39 (patch)
tree1d7f04cf49355b8632070f3b3f9c6996210d210b /constants/battle_tower_constants.asm
parent11556196ba546f5c45b97fffc2c263a79eb639b9 (diff)
Clearer Battle Tower code
Diffstat (limited to 'constants/battle_tower_constants.asm')
-rwxr-xr-xconstants/battle_tower_constants.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/battle_tower_constants.asm b/constants/battle_tower_constants.asm
index 74df3a36a..9961d42fd 100755
--- a/constants/battle_tower_constants.asm
+++ b/constants/battle_tower_constants.asm
@@ -42,10 +42,10 @@
const BATTLETOWER_RECEIVED_REWARD
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
+
+BATTLETOWER_TRAINERDATALENGTH EQU $24
+BATTLE_TOWER_STRUCT_LENGTH EQU $e0 ; NAME_LENGTH + BATTLETOWER_NROFPKMNS * (PARTYMON_STRUCT_LENGTH + PKMN_NAME_LENGTH) + BATTLETOWER_TRAINERDATALENGTH
; return value from BattleTowerAction(BATTLETOWERACTION_CHECKMOBILEEVENT)
MOBILE_EVENT_OBJECT_GS_BALL EQU $b