mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
first cheap attempt mountains heights #86
This commit is contained in:
+1
-1
@@ -1038,7 +1038,7 @@ NextPart
|
||||
lda random
|
||||
sta delta ; it is after the dot (xxx.delta)
|
||||
lda random
|
||||
and #$03 ;(max delta)
|
||||
and mountainDelta ;(max delta)
|
||||
sta delta+1 ; before the dot (delta+1.delta)
|
||||
|
||||
lda random
|
||||
|
||||
Reference in New Issue
Block a user