Fix horizaontal ranges in actions

This commit is contained in:
Lucas Scharenbroich 2021-07-14 15:23:49 -05:00
parent e14a8ec36f
commit be446589b0

View File

@ -1,7 +1,7 @@
MoveLeft
clc
adc StartX ; Increment the virtual X-position
cmp #168
cmp #164
bcc *+5
lda #0
jsr SetBG0XPos
@ -14,7 +14,7 @@ MoveRight
sec
sbc 1,s
bpl *+5
lda #167
lda #163
jsr SetBG0XPos
jsr DoFrame
pla
@ -82,18 +82,3 @@ Demo
bra :loop
FPSStr str 'FPS'