mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
Level concept
This commit is contained in:
@@ -1101,6 +1101,28 @@ randomStart
|
||||
sta dyTableL,x
|
||||
rts
|
||||
;--------------------------------------------------
|
||||
Level000_data
|
||||
.byte "100",155 ; number of bricks in ATASCII
|
||||
.byte "1",155 ; brick size in pixels
|
||||
; 0 1 2 3 4 5 6 7
|
||||
; 01234567890123456789012345678901234567890123456789012345678901234567890123456789
|
||||
.byte 155
|
||||
.byte " #### ## ## ####### ###### ## ##",155
|
||||
.byte " ###### ## ## ## ## ## ## ##",155
|
||||
.byte " ## ## ## ## ##### ###### ####",155
|
||||
.byte " ######## #### ## ## ## ##",155
|
||||
.byte " ## ## ## ####### ## ## ##",155
|
||||
.byte 155
|
||||
.byte " ##### ###### ####### #### ## ## ###### ## ## ########",155
|
||||
.byte " ## ## ## ## ## ###### ## ## ## ## ## ## ##",155
|
||||
.byte " ##### ###### ##### ## ## #### ## ## ## ## ##",155
|
||||
.byte " ## ## ## ## ## ######## ## ## ## ## ## ## ##",155
|
||||
.byte " ###### ## ## ####### ## ## ## ## ###### ###### ## ",155
|
||||
.byte 155
|
||||
.byte 0
|
||||
LevelFileBuff
|
||||
.ds (screenWidth*maxLines)+20 ; Buffer for data from the level file
|
||||
;--------------------------------------------------
|
||||
BricksInLevel
|
||||
.word 0
|
||||
lineAdrL
|
||||
|
||||
Reference in New Issue
Block a user