summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-24 05:09:50 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-24 05:09:50 -0500
commitc63a889bf45d9cd6da0668703fad55941e531fa2 (patch)
tree25e9fd93a9a0e27be52e424d366f6385607f9777 /asm/macros
parentef1f9ead0ba44c67185dccc616846646d7ce9257 (diff)
Floor beaten --> floor cleared
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/trainer_tower.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/trainer_tower.inc b/asm/macros/trainer_tower.inc
index 3a97b3ffd..8e5f606ee 100644
--- a/asm/macros/trainer_tower.inc
+++ b/asm/macros/trainer_tower.inc
@@ -37,8 +37,8 @@
.endm
@ TRUE if the trainers on this floor were already beaten, FALSE otherwise
- .macro ttower_isfloorbeaten
- setvar VAR_0x8004, TRAINER_TOWER_FUNC_GET_FLOOR_BEATEN
+ .macro ttower_isfloorcleared
+ setvar VAR_0x8004, TRAINER_TOWER_FUNC_GET_FLOOR_CLEARED
special CallTrainerTowerFunc
.endm