aboutsummaryrefslogtreecommitdiff
path: root/loading.asm
diff options
context:
space:
mode:
Diffstat (limited to 'loading.asm')
-rw-r--r--loading.asm5
1 files changed, 4 insertions, 1 deletions
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