diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-15 17:04:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 17:04:55 -0600 |
commit | cfec30413c36f3a571d80162796c11a030f42767 (patch) | |
tree | 4a6cb4912d0ecd13efa6c0c887d850853763d875 /src/scrcmd.c | |
parent | fcf3f97da94515a34eda2dc1b564f4bc01adc383 (diff) | |
parent | 824699f505d373b1cc1247347b9c69d6ef1ce8ca (diff) |
Merge pull request #209 from DizzyEggg/decompile_overworld
Decompile overworld
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index deb170c68..ef3fcbcac 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -2054,7 +2054,7 @@ bool8 ScrCmd_playslotmachine(struct ScriptContext *ctx) { u8 slotMachineIndex = VarGet(ScriptReadHalfword(ctx)); - PlaySlotMachine(slotMachineIndex, c2_exit_to_overworld_1_continue_scripts_restart_music); + PlaySlotMachine(slotMachineIndex, CB2_ReturnToFieldContinueScript); ScriptContext1_Stop(); return TRUE; } |