mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
first cheap attempt mountains heights #86
This commit is contained in:
+5
-2
@@ -124,6 +124,11 @@ OptionsFinished
|
||||
lda seppukuTable,y
|
||||
sta seppukuVal
|
||||
|
||||
;8th option (how aggressive are mountains)
|
||||
ldy OptionsTable+7
|
||||
lda mountainsDeltaTableH,y
|
||||
sta mountainDelta
|
||||
|
||||
rts
|
||||
;--------
|
||||
; inversing selected option (cursor)
|
||||
@@ -1514,8 +1519,6 @@ end_found
|
||||
rts
|
||||
.endp
|
||||
|
||||
|
||||
|
||||
;-------------------------------
|
||||
.proc TypeLine4x4 ;
|
||||
;-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user