mirror of
https://github.com/jeremysrand/colourgo.git
synced 2025-01-08 02:33:50 +00:00
Adjust the point where the character starts to fall off the right edge of the floor.
This commit is contained in:
parent
1c735c547d
commit
abb01d1dfd
@ -574,7 +574,7 @@ lastButtonState: .BYTE $00
|
||||
sbc gridXPos
|
||||
ldx gridXShift
|
||||
beq @skipRightAdjust
|
||||
cpx #3
|
||||
cpx #5
|
||||
bcs @skipRightAdjust
|
||||
sec
|
||||
sbc #2
|
||||
|
Loading…
Reference in New Issue
Block a user