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