Faster targeting in VisualDebug mode

This commit is contained in:
Pecusx
2023-07-31 10:07:25 +02:00
parent 691aaf54d5
commit 376f08fe35
4 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -1
View File
@@ -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