From 1ca7ecb16dba20a1846c2368b49e4873a7b3055c Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Mon, 23 Oct 2023 07:39:10 +0200 Subject: [PATCH] Oops. Hold. --- src/state_gameplay.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index b6d4fc0..3cfd09d 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -582,6 +582,7 @@ DoHold: ldh [hCurrentPieceRotationState], a .doHoldOperation + ldh a, [hHeldPiece] ld b, a ldh a, [hCurrentPiece] ldh [hHeldPiece], a