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.
2 parents 810a07f + 0983e24 commit 9ad2faaCopy full SHA for 9ad2faa
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