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 e9fd7d7 + 3be82a6 commit cb63856Copy full SHA for cb63856
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
0 commit comments