summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-07-25 08:10:18 -0700
committerGitHub <noreply@github.com>2018-07-25 08:10:18 -0700
commit919e7b4387556ce59e2d3a3bcb2ad44fe76ee8ee (patch)
tree345f52571b2d6c5505441e914f73d576acff7c9a /src/scrcmd.c
parent5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff)
parent7270e73fee332d53c4f30069af4525d89cd165b0 (diff)
Merge pull request #279 from Diegoisawesome/master
Move strings to C, misc cleanup
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;
}