mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
New weapon (Punch) and optimization
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user