diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 20:43:53 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 20:43:53 -0400 |
commit | a7d74b177999510dfd2dc1e3abf146b95180020c (patch) | |
tree | aaa06089fe2d2ae22e92d26903c7f118a4353c78 /src/slot_machine.c | |
parent | 0394317ae4c8d055850b9e20d2cef250458a4032 (diff) |
More quest log doccing
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index d0422ab99..c3496f6e5 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -814,7 +814,7 @@ static void MainTask_SlotsGameLoop(u8 taskId) } break; case 2: - sub_811539C(); + SetQLPlayedTheSlots(); sub_81409B4(); sub_8140148(); sSlotMachineState->field_06 = 0; |