first cheap attempt mountains heights #86

This commit is contained in:
2022-07-09 22:35:12 -04:00
parent 541a7566cb
commit 51975ccfbf
7 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -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