mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 14:49:46 +02:00
SoilDownTurbo fixed, and added as option in Main Menu
This commit is contained in:
+3
-1
@@ -198,7 +198,6 @@ ClearPlot
|
||||
|
||||
drawmountainsloop
|
||||
jsr DrawMountainLine
|
||||
NoMountain
|
||||
inw modify
|
||||
inw xdraw
|
||||
cpw xdraw #screenwidth
|
||||
@@ -229,6 +228,8 @@ NotLower
|
||||
adw xbyte #screenBytes
|
||||
inc ydraw
|
||||
lda ydraw
|
||||
cmp #screenheight
|
||||
beq NoClearSky
|
||||
cmp temp2
|
||||
bne @-
|
||||
NoClearSky
|
||||
@@ -288,6 +289,7 @@ drawline
|
||||
bne drawline
|
||||
; end of Drawline proc
|
||||
.ENDIF
|
||||
NoMountain
|
||||
rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
|
||||
+10
-1
@@ -70,7 +70,9 @@
|
||||
OptionsMainLoop
|
||||
|
||||
lda WindChangeInRound
|
||||
sta OptionsHere+126
|
||||
sta OptionsHere+128
|
||||
lda FastSoilDown
|
||||
sta OptionsHere+88
|
||||
|
||||
jsr OptionsInversion
|
||||
jsr getkey
|
||||
@@ -137,6 +139,13 @@ OptionsNoTab
|
||||
sta WindChangeInRound
|
||||
rts
|
||||
NotWind
|
||||
cmp #$02
|
||||
bne NotGravity
|
||||
lda FastSoilDown
|
||||
eor #$66 ; 'f' character
|
||||
sta FastSoilDown
|
||||
rts
|
||||
NotGravity
|
||||
ldy GradientNr
|
||||
iny
|
||||
cpy #$03
|
||||
|
||||
Reference in New Issue
Block a user