We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810a07f commit 0983e24Copy full SHA for 0983e24
src/modes/floor.asm
@@ -4,6 +4,7 @@ drawFloor:
4
; get correct offset
5
sta tmp1
6
lda #$D
7
+ sec
8
sbc tmp1
9
tax
10
; x10
src/modes/tspins.asm
@@ -97,7 +97,7 @@ renderTSpin:
97
98
lda tspinY
99
clc
100
- adc #2
+ adc #3
101
jsr drawFloor
102
103
; get tspin offset
0 commit comments