Skip to content

Commit db8d8f7

Browse files
committed
Revert "fix tspin mode"
This reverts commit 0b69713.
1 parent 858c105 commit db8d8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modes/tspins.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ advanceGameTSpins_actual:
6565
@notSuccessful:
6666
; check if a tspin is setup
6767
lda tspinX
68-
cmp #0
68+
; cmp #0 ; lda sets z flag
6969
bne renderTSpin
7070

7171
generateNewTSpin:
@@ -118,7 +118,7 @@ renderTSpin:
118118
sta $03c7, x
119119
sta $03b3, x
120120
ldy tspinType
121-
cpy #0
121+
; cpy #0 ; ldy sets z flag
122122
bne @noInc
123123
inx
124124
inx

0 commit comments

Comments
 (0)