mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Faster targeting in VisualDebug mode
This commit is contained in:
+2
-2
@@ -622,10 +622,10 @@ nokeys
|
||||
;--------------------------------------------------
|
||||
.proc ShellDelay
|
||||
;--------------------------------------------------
|
||||
lda CONSOL
|
||||
ldy flyDelay
|
||||
Y lda CONSOL
|
||||
and #%00000001 ; START KEY
|
||||
beq noShellDelay
|
||||
ldy flyDelay
|
||||
DelayLoop
|
||||
lda VCOUNT
|
||||
@ cmp VCOUNT
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
-1
@@ -1974,7 +1974,8 @@ SkipCollisionCheck
|
||||
bvc NoTestFlight
|
||||
bit Vdebug
|
||||
bpl NoUnplot
|
||||
jsr WaitOneFrame ; visualize AI targeting
|
||||
ldy #20 ; delay for visualize AI targeting
|
||||
jsr ShellDelay.Y
|
||||
jmp YesUnPlot
|
||||
NoTestFlight
|
||||
lda tracerflag
|
||||
|
||||
Reference in New Issue
Block a user