mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
random X pos of the starting ball
This commit is contained in:
+3
-3
@@ -302,7 +302,7 @@ main
|
|||||||
|
|
||||||
mva #$0 AutoPlay
|
mva #$0 AutoPlay
|
||||||
jsr ScoreClear
|
jsr ScoreClear
|
||||||
mva #"1" Lives
|
mva #"5" Lives
|
||||||
jsr clearscreen
|
jsr clearscreen
|
||||||
mva #$0 LevelType
|
mva #$0 LevelType
|
||||||
jsr LoadLevelData.level000 ; set visible number to 000
|
jsr LoadLevelData.level000 ; set visible number to 000
|
||||||
@@ -1387,8 +1387,8 @@ drawBricksLoop
|
|||||||
lda #1
|
lda #1
|
||||||
sta balleXistenZ,x
|
sta balleXistenZ,x
|
||||||
|
|
||||||
;randomize margin $ff-margin
|
randomize 10 70
|
||||||
lda #40
|
;lda #40
|
||||||
sta xposTableH,x
|
sta xposTableH,x
|
||||||
;randomize margin*2+maxBrickLines maxLines-margin*4
|
;randomize margin*2+maxBrickLines maxLines-margin*4
|
||||||
lda #50
|
lda #50
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user