aboutsummaryrefslogtreecommitdiff
path: root/fx
diff options
context:
space:
mode:
Diffstat (limited to 'fx')
-rw-r--r--fx/blink.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/fx/blink.s b/fx/blink.s
index 4fdaa6b..fb63ffd 100644
--- a/fx/blink.s
+++ b/fx/blink.s
@@ -122,6 +122,7 @@
;;; player around.
.segment "FIXED"
.include "../shared/diskun.s"
+.include "../shared/clear.s"
;;; NOTE: the main bulk of this example. Comments only for the parts which are
;;; specific to this example.
@@ -252,6 +253,8 @@ reset:
lda #4
sta Vars::last_bank
+ CLEAR_SCREEN
+
jsr Diskun::init_palettes
jsr init_sprites