diff --git a/art/Reflections.fnt b/art/Reflections.fnt new file mode 100755 index 0000000..77974fe Binary files /dev/null and b/art/Reflections.fnt differ diff --git a/averybreakout.asm b/averybreakout.asm index a033a48..d919781 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -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 diff --git a/averybreakout.xex b/averybreakout.xex index d0bd477..ba231e0 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ