ootw: stop at right of screen now too

This commit is contained in:
Vince Weaver
2019-01-16 23:30:18 -05:00
parent fe45c8cee1
commit 17258bfb94

View File

@@ -244,6 +244,14 @@ right:
beq face_right
inc PHYSICIST_X
lda PHYSICIST_X
cmp #37
bne just_fine_right
too_far_right:
dec PHYSICIST_X
just_fine_right:
inc GAIT
inc GAIT
jmp done_keypress