summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorGarak <garakmon@gmail.com>2018-08-07 22:21:10 -0400
committerGitHub <noreply@github.com>2018-08-07 22:21:10 -0400
commit96ab357bedfb7d4e07a52b518e2bd02375b1f5f5 (patch)
tree92c8775f554e682a05c5995c7baa2d130ebd8aa3 /src/scrcmd.c
parent1ab872c68e951837b6925dbbdf25c4e8d0b63c82 (diff)
parent85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff)
Merge pull request #3 from pret/master
syncing with source repo
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 57ae9cffa..a15ad666c 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1909,7 +1909,7 @@ bool8 ScrCmd_playslotmachine(struct ScriptContext *ctx)
{
u8 slotMachineIndex = VarGet(ScriptReadHalfword(ctx));
- PlaySlotMachine(slotMachineIndex, CB2_ReturnToFieldContinueScript);
+ PlaySlotMachine(slotMachineIndex, CB2_ReturnToFieldContinueScriptPlayMapMusic);
ScriptContext1_Stop();
return TRUE;
}