This commit is contained in:
Pecusx
2024-08-11 14:51:58 +02:00
parent 00ea9b1401
commit bc0d40d4fc
6 changed files with 476 additions and 435 deletions
+4 -2
View File
@@ -218,8 +218,10 @@ insertObject
lda RANDOM
and #%00000001 ; insert 50/50
beq noInsert
mva #6 WorldTable+WORLD_LENGTH-2
mva #6+$80 WorldTable+WORLD_LENGTH-1
randomize 8 10 ; cactuses
sta WorldTable+WORLD_LENGTH-2
ora #$80
sta WorldTable+WORLD_LENGTH-1
inc diff_level