mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
And... faster SoilDown :)
This commit is contained in:
+8
-8
@@ -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
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user