Skip to content

Commit 0b69713

Browse files
committed
fix tspin mode
1 parent 40ad53b commit 0b69713

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 ; lda sets z flag
68+
cmp #0
6969
bne renderTSpin
7070

7171
generateNewTSpin:
@@ -117,7 +117,7 @@ renderTSpin:
117117
sta $03c7, x
118118
sta $03b3, x
119119
ldy tspinType
120-
; cpy #0 ; ldy sets z flag
120+
cpy #0
121121
bne @noInc
122122
inx
123123
inx

0 commit comments

Comments
 (0)