monkey: better bar door entry

This commit is contained in:
Vince Weaver 2020-09-29 15:22:40 -04:00
parent c4e5c1f8e5
commit cd901c11b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
5 HOME
10 PRINT "LOADING MONKEY V0.02"
10 PRINT "LOADING MONKEY V0.03"
20 PRINT:PRINT
40 PRINT "CONTROLS: "
42 PRINT " MOVE CURSOR : ARROWS OR WASD"

View File

@ -127,6 +127,12 @@ bar_adjust_destination:
cmp #14
bcs bar_adjust_force_y
lda CURSOR_X
cmp #9
bcc done_br_adjust
cmp #14
bcs done_br_adjust
lda CURSOR_Y
cmp #28
bcs done_br_adjust