diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-29 20:44:18 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-29 20:44:18 -0500 |
commit | db4af549fdf13cdaca6654f7bb9ef54ecef14359 (patch) | |
tree | c06f2d86efac079db46a3e9767faee1207f7f7e7 /src/battle_tower.c | |
parent | b8393b3a799f92e7064c266600607d98f6baf4d9 (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); } } |