From 63c3f5221bbd06ac111cca2bfe56b4e492028870 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sat, 3 Apr 2021 15:18:48 -0500 Subject: [PATCH] Fix slots reward sfx priority --- engine/slots/slot_machine.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index d508d0ac..f91f5a56 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -411,6 +411,7 @@ SlotMachine_CheckForMatches: call PrintText .done xor a + ld [wSFXPriority], a ; ld [wMuteAudioAndPauseMusic], a ret .rollWheel3DownByOneSymbol @@ -692,6 +693,8 @@ SlotMachine_PayCoinsToPlayer: call SlotMachine_PrintPayoutCoins ld a, SFX_SLOTS_REWARD call PlaySound + ld a, 1 + ld [wSFXPriority], a ld a, [wAnimCounter] dec a jr nz, .skip1