summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-26 08:51:06 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-07-26 09:52:22 -0500
commit7f9c6df3744d40ab1a10ea7a1558ef56dc9d1ae1 (patch)
tree1268a08f51404bb1ed176249c2a9621203477fb9 /data
parentcba70d36059d01175a0fcb77dde33eaab30df3c2 (diff)
Fix nonmatching ChooseNextBattleTowerTrainer()
Diffstat (limited to 'data')
-rw-r--r--data/maps/BattleTower_BattleRoom/scripts.inc2
-rw-r--r--data/specials.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleTower_BattleRoom/scripts.inc b/data/maps/BattleTower_BattleRoom/scripts.inc
index 22529962a..ea80ae58b 100644
--- a/data/maps/BattleTower_BattleRoom/scripts.inc
+++ b/data/maps/BattleTower_BattleRoom/scripts.inc
@@ -12,7 +12,7 @@ BattleTower_BattleRoom_EventScript_1608EB:: @ 81608EB
waitmovement 0
BattleTower_BattleRoom_EventScript_1608FA:: @ 81608FA
- special sub_81347F8
+ special ChooseNextBattleTowerTrainer
addobject 1
applymovement 1, BattleTower_BattleRoom_Movement_160AC0
waitmovement 0
diff --git a/data/specials.inc b/data/specials.inc
index 7983c71af..07bd7ca76 100644
--- a/data/specials.inc
+++ b/data/specials.inc
@@ -240,7 +240,7 @@ gSpecials::
def_special UpdateCyclingRoadState
def_special GetLeadMonFriendshipScore
def_special sub_8134548
- def_special sub_81347F8
+ def_special ChooseNextBattleTowerTrainer
def_special CheckPartyBattleTowerBanlist
def_special PrintBattleTowerTrainerGreeting
def_special PrintEReaderTrainerGreeting