Added option to select random mountains for each round.

This commit is contained in:
Pecusx
2023-07-31 14:00:18 +02:00
parent 376f08fe35
commit fb29667ea2
11 changed files with 35 additions and 12 deletions
+9 -1
View File
@@ -68,7 +68,8 @@
mva #0 OptionsY
OptionsMainLoop
lda RandomMountains
sta OptionsHere+288
lda WindChangeInRound
sta OptionsHere+128
lda FastSoilDown
@@ -146,6 +147,13 @@ NotWind
sta FastSoilDown
rts
NotGravity
cmp #$07
bne NoMountains
lda RandomMountains
eor #$1f ; '?' character
sta RandomMountains
rts
NoMountains
ldy GradientNr
iny
cpy #$03