Accidental inverted check causing early top out.

This commit is contained in:
Randy Thiemann 2023-10-21 19:09:36 +02:00
parent 961b85afca
commit 2ce4934ce7
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ TrySpawnPiece::
; Otherwise check the rotation, and if it's not zero, try to reset it.
ldh a, [hCurrentPieceRotationState]
cp a, 0
ret nz
ret z
; Reset the rotation.
xor a, a