Skip to content

Commit 9ad2faa

Browse files
Merge pull request #127 from zohassadar/floor-sec2
sec in floor and adjust tspin constant
2 parents 810a07f + 0983e24 commit 9ad2faa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/modes/floor.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ drawFloor:
44
; get correct offset
55
sta tmp1
66
lda #$D
7+
sec
78
sbc tmp1
89
tax
910
; x10

src/modes/tspins.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ renderTSpin:
9797

9898
lda tspinY
9999
clc
100-
adc #2
100+
adc #3
101101
jsr drawFloor
102102

103103
; get tspin offset

0 commit comments

Comments
 (0)