New weapon (Punch) and optimization

This commit is contained in:
Pecusx
2023-05-29 14:50:50 +02:00
parent 2026313585
commit 3f4c941f6f
4 changed files with 139 additions and 14 deletions
+2 -2
View File
@@ -590,12 +590,12 @@ nokeys
lda CONSOL
and #%00000001 ; START KEY
beq noShellDelay
ldx flyDelay
ldy flyDelay
DelayLoop
lda VCOUNT
@ cmp VCOUNT
beq @-
dex
dey
bne DelayLoop
noShellDelay
rts