Adjust the point where the character starts to fall off the right edge of the floor.

This commit is contained in:
Jeremy Rand 2017-08-08 22:30:13 -04:00
parent 1c735c547d
commit abb01d1dfd
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ lastButtonState: .BYTE $00
sbc gridXPos
ldx gridXShift
beq @skipRightAdjust
cpx #3
cpx #5
bcs @skipRightAdjust
sec
sbc #2