From 6ca137d41b4bb723d793a6c838244d89283d2f60 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Mon, 23 Oct 2023 06:16:55 +0200 Subject: [PATCH] Fix hold + IRS bug. --- src/state_gameplay.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index 19a7866..d8d0fee 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -555,6 +555,7 @@ DoHold: ldh [hCurrentPieceRotationState], a ld a, SFX_IRS call SFXEnqueue + jr .doHoldOperation .checkIRSHB ldh a, [hSwapAB]