Document slot machine more (unabridged)
This commit is contained in:
parent
f494238a9d
commit
c39b0ff6d7
2 changed files with 1537 additions and 979 deletions
|
@ -1916,9 +1916,9 @@ bool8 ScrCmd_pokemartdecoration2(struct ScriptContext *ctx)
|
|||
|
||||
bool8 ScrCmd_playslotmachine(struct ScriptContext *ctx)
|
||||
{
|
||||
u8 slotMachineIndex = VarGet(ScriptReadHalfword(ctx));
|
||||
u8 machineId = VarGet(ScriptReadHalfword(ctx));
|
||||
|
||||
PlaySlotMachine(slotMachineIndex, CB2_ReturnToFieldContinueScriptPlayMapMusic);
|
||||
PlaySlotMachine(machineId, CB2_ReturnToFieldContinueScriptPlayMapMusic);
|
||||
ScriptContext1_Stop();
|
||||
return TRUE;
|
||||
}
|
||||
|
|
2512
src/slot_machine.c
2512
src/slot_machine.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue