And... faster SoilDown :)

This commit is contained in:
Pecusx
2023-06-12 22:47:26 +02:00
parent ccb360d168
commit a4627fc042
3 changed files with 8 additions and 8 deletions
+8 -8
View File
@@ -1327,6 +1327,14 @@ NoClearTanks
sta color sta color
jsr plot jsr plot
.IF TARGET >= 800
.IF FASTER_GRAF_PROCS = 1
lda FastSoilDown
beq @+
jmp SoilDownTurbo.NoClearTanks
@
.ENDIF
.ENDIF
; First we look for highest pixels and fill with their coordinates ; First we look for highest pixels and fill with their coordinates
; both tables ; both tables
@@ -1367,14 +1375,6 @@ FoundPeek1
beq NextColumn1 beq NextColumn1
; we have both tables filled with starting values ; we have both tables filled with starting values
.IF TARGET >= 800
.IF FASTER_GRAF_PROCS = 1
lda FastSoilDown
beq @+
jmp SoilDownTurbo.NoClearTanks
@
.ENDIF
.ENDIF
; main loop starts here ; main loop starts here
MainFallout2 MainFallout2
.IF TARGET = 800 .IF TARGET = 800
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.