aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-30 05:52:01 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-30 05:52:01 -0400
commit5a1d4762bc8fdd39a014bd5f469089f944bc5944 (patch)
tree67364382ad3d488353d467552ec9e3bdbf437bfa
parent7af54cc9be449af631d75d819a7ddd74ede37261 (diff)
downloadfujinet-chat-5a1d4762bc8fdd39a014bd5f469089f944bc5944.tar.gz
Cosmetic: make the loading screen colors match the default config colors.
-rw-r--r--loading.asm4
1 files changed, 2 insertions, 2 deletions
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