diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 02:53:05 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 02:53:05 +0100 |
commit | bb72dcf19dc13d07234b50fbaabb7e5f74f1ac63 (patch) | |
tree | 0d6daa2877725eebc49fcfdaf0b253fb72191a02 /src/roulette.c | |
parent | 9e3e6173760ebdbe58eda2986b9f21d31f774f16 (diff) |
Further synchronisation
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; |