summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-07-24 21:18:23 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-07-24 21:18:23 -0700
commit156fb472e10c10751268d2339b2526c8bd07e34f (patch)
treeda05e1a5852e4e9da51763339676d17e2e23cdd9 /src/scrcmd.c
parent731d6d59bc624e0350b3396f135a35f6c9bdc4f8 (diff)
Clean up files and add entries to charmap
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;
}