number of balls to delete in level 000 upped to 486

This commit is contained in:
2024-12-07 11:00:50 -05:00
parent bc9e4c77c9
commit 07c8ca9a11
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1616,7 +1616,7 @@ noingame
.endp .endp
;-------------------------------------------------- ;--------------------------------------------------
Menu_data Menu_data
.byte '200',EOL ; number of bricks in ATASCII .byte '200',EOL ; number of bricks in ATASCII before success
.byte '1',EOL ; brick size in pixels .byte '1',EOL ; brick size in pixels
; 0 1 2 3 4 5 6 7 ; 0 1 2 3 4 5 6 7
; 01234567890123456789012345678901234567890123456789012345678901234567890123456789 ; 01234567890123456789012345678901234567890123456789012345678901234567890123456789
@@ -1635,12 +1635,12 @@ Menu_data
.byte EOL .byte EOL
.byte 0 .byte 0
Level000_data Level000_data
.byte '100',EOL ; '952',EOL ; number of bricks (pixes) in ATASCII .byte '486',EOL ; '952',EOL ; number of bricks (pixes) in ATASCII to be taken out before success
.byte '2',EOL ; brick size in pixels .byte '2',EOL ; brick size in pixels
; 0 1 2 3 ; 0 1 2 3
; 0123456789012345678901234567890123456789 ; 0123456789012345678901234567890123456789
.byte EOL,EOL,EOL .byte EOL,EOL,EOL
:14 .byte ' ## ## ## ## ######################',EOL :14 .byte ' ##################################',EOL
.byte 0 .byte 0
LevelFileBuff LevelFileBuff
LevelFileBuffLen=(screenWidth*maxLines)+20 LevelFileBuffLen=(screenWidth*maxLines)+20
BIN
View File
Binary file not shown.