diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 19:00:20 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 19:00:20 -0400 |
| commit | 132875ea3b22818a35c888754e35446feb60656a (patch) | |
| tree | ccd10d0228c459dabe37571098325866b2371453 | |
| parent | a24e62a3db0480f56bcb4eac0f93b5cc97d61193 (diff) | |
| download | fujinet-chat-132875ea3b22818a35c888754e35446feb60656a.tar.gz | |
Loading screen s/FujiNet/FujiNetChat/, use green for "loading config" too.
| -rw-r--r-- | loading.asm | 8 |
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 |
