From e42bd5b6042e7d3a5ee8c7643b379a606b986811 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 10 Apr 2026 15:41:05 -0400 Subject: Stop overwriting the users colors in loading2.xex. --- loading.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/loading.asm b/loading.asm index 9c93258..2932c8f 100644 --- a/loading.asm +++ b/loading.asm @@ -2,7 +2,6 @@ save_dlist_loc = $fe -;msg .sbyte " Loading FujiNet Config " msg .sbyte " Loading FujiNetChat " .if .def CLIENT @@ -28,10 +27,14 @@ wloop rts init + .if .not .def CLIENT + ; only set the default colors for loading1.xex; don't + ; overwrite the colors the user chose in the config segment. lda #$c2 sta $02c6 ; COLOR2 lda #$ce sta $02c5 ; COLOR1 + .endif lda $0230 sta save_dlist_loc lda $0231 -- cgit v1.2.3