diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-08 17:28:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 17:28:40 -0500 |
commit | 4be007806499fdda94cb6eb9aab981137a3a3e01 (patch) | |
tree | bf3114b2debfed3b8e6d90f283eca26390f9cf61 /src/trainer_tower.c | |
parent | 391ac755b32ec08fb871c5571f1b08737f0db50d (diff) | |
parent | d25196154fe1c4b4cf1bfa13c62c6b85d8c5c4da (diff) |
Merge pull request #146 from PikalaxALT/dism_more_data
Battle Tower data and more
Diffstat (limited to 'src/trainer_tower.c')
-rw-r--r-- | src/trainer_tower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c index cd796bf3a..a4b511725 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -954,7 +954,7 @@ static void sub_815E160(void) BuildEnemyParty(); CreateTask(sub_815E124, 1); PlayMapChosenOrBattleBGM(0); - BT_StartOnField(sub_8080060()); + BT_StartOnField(BattleSetup_GetBattleTowerBattleTransition()); } static void sub_815E1C0(void) |