Skip to content

Commit 991ce86

Browse files
authored
fix: tspin render
1 parent 266e522 commit 991ce86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modes/tspins.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ renderTSpin:
9797
jsr clearPlayfield
9898

9999
lda tspinY
100-
adc #1
100+
clc
101+
adc #2
101102
jsr drawFloor
102103

103104
; get tspin offset

0 commit comments

Comments
 (0)