duke: fix laser bounds

This commit is contained in:
Vince Weaver 2020-12-08 23:45:39 -05:00
parent b6d5f8431c
commit fad13e420b

View File

@ -13,7 +13,7 @@ move_laser:
adc LASER_DIRECTION
sta LASER_X
cmp #33
cmp #31
bcc not_too_far_right
lda #0
sta LASER_OUT