From 132875ea3b22818a35c888754e35446feb60656a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 19:00:20 -0400 Subject: Loading screen s/FujiNet/FujiNetChat/, use green for "loading config" too. --- loading.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'loading.asm') diff --git a/loading.asm b/loading.asm index fd56a84..ad584f3 100644 --- a/loading.asm +++ b/loading.asm @@ -4,13 +4,13 @@ ;msg .sbyte " Loading FujiNet Config " msg - .sbyte " Loading FujiNet " + .sbyte " Loading FujiNetChat " .if .def CLIENT .sbyte "Client" .else .sbyte "Config" .endif - .sbyte " " + .sbyte " " dl .byte $70, $70, $70 ; 3x8 blanks @@ -28,6 +28,10 @@ wloop rts init + lda #$c0 + sta $02c6 ; COLOR2 + lda #$0c + sta $02c5 ; COLOR1 lda $0230 sta save_dlist_loc lda $0231 -- cgit v1.2.3