diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-31 18:40:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 18:40:40 -0500 |
commit | cbc414c44115550c811d6629c23c2e749d9d7fe3 (patch) | |
tree | 42a2274534149cb609636c3ef98a90438a11ca33 /src/roulette.c | |
parent | 425cb7ec71d549bed0a73bb864c3f33a1c89f1c4 (diff) | |
parent | bc71641386573c7e865d0cec941f84310fbd648f (diff) |
Merge pull request #698 from Slawter666/synchronise
Synchronise with pokeemerald
Diffstat (limited to 'src/roulette.c')
-rw-r--r-- | src/roulette.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roulette.c b/src/roulette.c index c8804a543..288de36fd 100644 --- a/src/roulette.c +++ b/src/roulette.c @@ -1219,7 +1219,7 @@ void sub_8116B40(u8 taskId) // end roulette ? REG_BLDALPHA = 0x0; REG_BLDY = 0x0; gFieldCallback = &sub_8080990; - SetMainCallback2(&c2_exit_to_overworld_2_switch); + SetMainCallback2(&CB2_ReturnToField); DestroyTask(taskId); #if DEBUG unk_203955C[0] = 0; |