random X pos of the starting ball

This commit is contained in:
2024-12-06 00:53:22 -05:00
parent 9d93925db4
commit c046142676
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -302,7 +302,7 @@ main
mva #$0 AutoPlay
jsr ScoreClear
mva #"1" Lives
mva #"5" Lives
jsr clearscreen
mva #$0 LevelType
jsr LoadLevelData.level000 ; set visible number to 000
@@ -1387,8 +1387,8 @@ drawBricksLoop
lda #1
sta balleXistenZ,x
;randomize margin $ff-margin
lda #40
randomize 10 70
;lda #40
sta xposTableH,x
;randomize margin*2+maxBrickLines maxLines-margin*4
lda #50
BIN
View File
Binary file not shown.