mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Small Soildown oprimization
This commit is contained in:
+1
-2
@@ -922,7 +922,6 @@ StillNothing
|
|||||||
lda ydraw
|
lda ydraw
|
||||||
sta (tempor2),y
|
sta (tempor2),y
|
||||||
sta (temp),y
|
sta (temp),y
|
||||||
jmp FoundPeek1
|
|
||||||
FoundPeek1
|
FoundPeek1
|
||||||
inw tempor2
|
inw tempor2
|
||||||
inw temp
|
inw temp
|
||||||
@@ -990,7 +989,7 @@ ColumnIsReady
|
|||||||
; level of the mountains
|
; level of the mountains
|
||||||
jeq MainFallout2
|
jeq MainFallout2
|
||||||
; now correct heights are in the mountaintable
|
; now correct heights are in the mountaintable
|
||||||
mva #1 color
|
sta color ; Pozor! :) we know - now A=1
|
||||||
mva #sfx_silencer sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|||||||
@@ -81,6 +81,7 @@
|
|||||||
.zpvar dliCounter .byte
|
.zpvar dliCounter .byte
|
||||||
.zpvar pressTimer .byte
|
.zpvar pressTimer .byte
|
||||||
.zpvar NTSCcounter .byte
|
.zpvar NTSCcounter .byte
|
||||||
|
.zpvar IsEndOfTheFallFlag .byte ; for small speedup ground falling
|
||||||
;.zpvar dliA .byte
|
;.zpvar dliA .byte
|
||||||
;.zpvar dliX .byte
|
;.zpvar dliX .byte
|
||||||
;.zpvar dliY .byte
|
;.zpvar dliY .byte
|
||||||
|
|||||||
BIN
Binary file not shown.
@@ -211,9 +211,6 @@ Multiplier .ds 3 ; 0,0,0
|
|||||||
Multiplee .ds 2 ; 0,0
|
Multiplee .ds 2 ; 0,0
|
||||||
goleft .DS 1 ;if 1 then flights left
|
goleft .DS 1 ;if 1 then flights left
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
;SoilDown2
|
|
||||||
IsEndOfTheFallFlag .DS 1
|
|
||||||
;----------------------------------------------------
|
|
||||||
;unPlot
|
;unPlot
|
||||||
WhichUnPlot .DS 1
|
WhichUnPlot .DS 1
|
||||||
; max 5 concurrent unPlots
|
; max 5 concurrent unPlots
|
||||||
|
|||||||
Reference in New Issue
Block a user