just in case

This commit is contained in:
Peter Ferrie 2017-12-03 20:21:11 -08:00
parent 3760fc0169
commit 7d13281f8a

View File

@ -49,6 +49,10 @@
txa
pha
tya
pha
txa
pha
tya
ldy #10
jsr modify
!byte $A9,$A0 ;LDA #$A0
@ -65,12 +69,20 @@
!byte $8D,$7D,$BE ;STA $BE7D
!byte $A9,$6B ;LDA #$6B
!byte $8D,$7E,$BE ;STA $BE7E
bcs +
bcs ++
ldy #8
jsr modify
!byte $8D,$8C,$BE ;STA $BE8C
!byte $A9,$6B ;LDA #$6B
!byte $8D,$8D,$BE ;STA $BE8D
++ pla
clc
adc #$48
tax
pla
ldy #2
jsr modify
!byte $A0,$B9
jmp .exit
;Missile Defense