summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-04 17:48:40 -0500
committerhuderlem <huderlem@gmail.com>2021-03-04 19:30:19 -0600
commit55a40b901f82483411931f6cf137fa344ba12dd8 (patch)
treea500713bc3d4c34023ceaec18bc74456acd3c941 /include/constants
parent734a15135f8f0b23541b4c2bb2af27ffa560a8dc (diff)
Label battle tower link script
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/battle_tower.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/battle_tower.h b/include/constants/battle_tower.h
index f661ddc0b..002422d85 100644
--- a/include/constants/battle_tower.h
+++ b/include/constants/battle_tower.h
@@ -33,9 +33,9 @@
#define BATTLE_TOWER_LINK_CONTINUE 0
#define BATTLE_TOWER_LINK_RETIRE 1
-#define BATTLE_TOWER_LINKSTAT_CONTINUE 0
-#define BATTLE_TOWER_LINKSTAT_BOTH_RETIRE 1
-#define BATTLE_TOWER_LINKSTAT_PARTNER_RETIRE 2
-#define BATTLE_TOWER_LINKSTAT_PLAYER_RETIRE 3
+#define BATTLE_TOWER_LINKSTAT_CONTINUE 0
+#define BATTLE_TOWER_LINKSTAT_BOTH_RETIRE 1
+#define BATTLE_TOWER_LINKSTAT_MEMBER_RETIRE 2
+#define BATTLE_TOWER_LINKSTAT_LEADER_RETIRE 3
#endif //GUARD_CONSTANTS_BATTLE_TOWER_H