Faster response to START key in SoilDown

This commit is contained in:
Pecusx
2023-06-13 11:08:37 +02:00
parent 54c627b3b5
commit 0d2239b527
2 changed files with 7 additions and 1 deletions
+7 -1
View File
@@ -1329,7 +1329,13 @@ NoClearTanks
.IF TARGET >= 800
lda FastSoilDown
beq @+
bne GoFast
.IF TARGET = 800
lda CONSOL
and #%00000001 ; START KEY
bne @+
.ENDIF
GoFast
jmp SoilDownTurbo.NoClearTanks
@
.ENDIF