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