diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-05 09:38:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-05 09:38:27 -0400 |
commit | 3d3ec3150a7d297efe8b1dffe28a28275692f819 (patch) | |
tree | e86983f4601dc74a8113dae471fa12315effb02f /src/battle_tower.c | |
parent | 78535eea89e8b71f37e188289793e3e18c9bb985 (diff) | |
parent | f89f80daec6d1e9ec85fdc898f1b7914a126612e (diff) |
Merge branch 'master' into modern_gcc
Diffstat (limited to 'src/battle_tower.c')
-rw-r--r-- | src/battle_tower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_tower.c b/src/battle_tower.c index 7adfc6f7c..8449b7e42 100644 --- a/src/battle_tower.c +++ b/src/battle_tower.c @@ -1290,7 +1290,7 @@ void sub_8135534(u8 taskId) if (IsBattleTransitionDone() == TRUE) { gMain.savedCallback = sub_81354CC; - SetMainCallback2(sub_800E7C4); + SetMainCallback2(CB2_InitBattle); DestroyTask(taskId); } } |