Merge branch 'develop' of https://github.com/pkali/Avery_Breakout into develop

This commit is contained in:
Pecusx
2024-12-05 01:05:28 +01:00
3 changed files with 5 additions and 0 deletions
BIN
View File
Binary file not shown.
+5
View File
@@ -40,8 +40,12 @@ maxBrickLines = 14 ; maximum number of lines of bricks to be eradicated
.zpvar clearCount clearBallNr .byte
.zpvar DLI_A DLI_X dliCount .byte
.zpvar AutoPlay .byte ; Auto Play flag ($80 - auto)
;---------------------------------------------------
org $2000
;---------------------------------------------------
font
ins 'art/Reflections.fnt'
dl
.by SKIP3
dta MODE2+LMS,a(statusBuffer)
@@ -1183,6 +1187,7 @@ brickcolorTab
.proc initialize
;--------------------------------------------------
mva #>font CHBAS
mva #$00 PCOLR0 ; = $02C0 ;- - rejestr-cień COLPM0
jsr cyclecolorsReset
BIN
View File
Binary file not shown.