mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Selectable change of wind power (once per turn or round).
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
mva #0 OptionsY
|
||||
|
||||
OptionsMainLoop
|
||||
|
||||
lda WindChangeInRound
|
||||
sta OptionsHere+126
|
||||
|
||||
jsr OptionsInversion
|
||||
jsr getkey
|
||||
bit escFlag
|
||||
@@ -119,6 +123,14 @@ OptionsNoTab
|
||||
jmp OptionsMainLoop
|
||||
.endp
|
||||
.proc SelectNextGradient
|
||||
lda OptionsY ; if "Wind" option selected
|
||||
cmp #$03
|
||||
bne NotWind
|
||||
lda WindChangeInRound ; wind change after each turn (not round only) flag
|
||||
eor #$1f ; '?' character
|
||||
sta WindChangeInRound
|
||||
rts
|
||||
NotWind
|
||||
ldy GradientNr
|
||||
iny
|
||||
cpy #$03
|
||||
|
||||
Reference in New Issue
Block a user