minor edits

This commit is contained in:
2022-06-04 17:54:15 -04:00
parent 081cf282c8
commit 1eadc7f63e
2 changed files with 10 additions and 12 deletions
+10 -12
View File
@@ -752,18 +752,16 @@ PMoutofScreen .proc
;--------------------------------------------------
ldx #$3f
lda #$0
loop05
sta TanksWeapon1,x
sta TanksWeapon2,x
sta TanksWeapon3,x
sta TanksWeapon4,x
sta TanksWeapon5,x
sta TanksWeapon6,x
dex
bne @+
lda #99
bne loop05
@ bpl loop05
@
sta TanksWeapon1,x
sta TanksWeapon2,x
sta TanksWeapon3,x
sta TanksWeapon4,x
sta TanksWeapon5,x
sta TanksWeapon6,x
dex
sne:lda #99
bpl @-
rts
.endp
BIN
View File
Binary file not shown.