From 5a1d4762bc8fdd39a014bd5f469089f944bc5944 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 30 Mar 2026 05:52:01 -0400 Subject: Cosmetic: make the loading screen colors match the default config colors. --- loading.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loading.asm') diff --git a/loading.asm b/loading.asm index ad584f3..9c93258 100644 --- a/loading.asm +++ b/loading.asm @@ -28,9 +28,9 @@ wloop rts init - lda #$c0 + lda #$c2 sta $02c6 ; COLOR2 - lda #$0c + lda #$ce sta $02c5 ; COLOR1 lda $0230 sta save_dlist_loc -- cgit v1.2.3