Mountains avialiable in shadows of GREY.

This commit is contained in:
Pecusx
2022-11-30 18:40:06 +01:00
parent 05f3f32f00
commit 38ba45001a
9 changed files with 40 additions and 20 deletions
+7
View File
@@ -110,7 +110,14 @@ OptionsNoRight
cmp #@kbcode._ret ; $c ;Return key
bne OptionsNoReturn
jmp OptionsFinished
OptionsNoReturn
cmp #@kbcode._tab ; Tab key
bne OptionsNoTab
lda Gradient
eor #$80
sta Gradient
OptionsNoTab
jmp OptionsMainLoop
OptionsFinished