Fix hold + IRS bug.
This commit is contained in:
parent
384a8fa801
commit
6ca137d41b
|
@ -555,6 +555,7 @@ DoHold:
|
||||||
ldh [hCurrentPieceRotationState], a
|
ldh [hCurrentPieceRotationState], a
|
||||||
ld a, SFX_IRS
|
ld a, SFX_IRS
|
||||||
call SFXEnqueue
|
call SFXEnqueue
|
||||||
|
jr .doHoldOperation
|
||||||
|
|
||||||
.checkIRSHB
|
.checkIRSHB
|
||||||
ldh a, [hSwapAB]
|
ldh a, [hSwapAB]
|
||||||
|
|
Loading…
Reference in New Issue