intro screen

This commit is contained in:
2026-07-15 22:39:08 +02:00
parent be94eef972
commit 97216d245d
6 changed files with 205 additions and 22 deletions
+4
View File
@@ -6,6 +6,10 @@
; ---- start (or restart) a round ----
play_init:
lda #COL_SKY ; in case we come from a black screen
sta bg_top
lda #COL_GRASS
sta bg_bot
jsr clear_screen
jsr draw_road