mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 05:29:34 +00:00
ds: can shoot again
This commit is contained in:
parent
a2b886dc9f
commit
367ce283c0
@ -151,8 +151,25 @@ setup_escape_inner_loop:
|
||||
tax
|
||||
|
||||
cpy #43
|
||||
bne no_fixup
|
||||
|
||||
iny ; special case last one
|
||||
iny
|
||||
|
||||
no_fixup:
|
||||
cpy #50
|
||||
bne setup_escape_inner_loop
|
||||
|
||||
; fix the one at the end
|
||||
dey
|
||||
dey
|
||||
dey
|
||||
dey
|
||||
dey
|
||||
lda (OUTL),Y
|
||||
and #$f8
|
||||
sta (OUTL),Y
|
||||
|
||||
clc
|
||||
lda #47
|
||||
adc OUTL
|
||||
|
Loading…
Reference in New Issue
Block a user