ds: can shoot again

This commit is contained in:
Vince Weaver 2019-11-06 15:52:47 -05:00
parent a2b886dc9f
commit 367ce283c0

View File

@ -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