mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-02 05:30:47 +00:00
duke: fix laser bounds
This commit is contained in:
parent
b6d5f8431c
commit
fad13e420b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user