diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2019-07-30 21:31:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 21:31:27 -0500 |
commit | bc159dbb03735db55e6a09bb7947dccc70d0532b (patch) | |
tree | 5b27866fe839d0f2f7ae76e0f13580ecea2dd863 /src/battle_tower.c | |
parent | b8393b3a799f92e7064c266600607d98f6baf4d9 (diff) | |
parent | cf0da4c3bb5658908275068591fe51fb6f2ce49d (diff) |
Merge pull request #752 from camthesaxman/emerald_diff
resolve some Emerald differences
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); } } |