mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-10-31 10:13:35 +00:00
xmas2019: colors looking right
This commit is contained in:
parent
ec690d7c46
commit
bca37d313b
BIN
xmas_2019/message.png
Normal file
BIN
xmas_2019/message.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
@ -90,7 +90,7 @@ snow_init_loop:
|
||||
sta GBASL
|
||||
lda #>message_high
|
||||
sta GBASH
|
||||
lda #$10
|
||||
lda #$8
|
||||
jsr load_rle_gr
|
||||
|
||||
|
||||
@ -182,7 +182,6 @@ middle_loop:
|
||||
lda COLOR ; 3
|
||||
lda COLOR ; 3
|
||||
lda COLOR ; 3
|
||||
nop
|
||||
|
||||
|
||||
bit LORES ; 4
|
||||
@ -201,6 +200,7 @@ middle_loop:
|
||||
lda COLOR
|
||||
|
||||
lda COLOR ; 3
|
||||
nop
|
||||
|
||||
dex ; 2
|
||||
bpl middle_loop ; 3
|
||||
|
Loading…
Reference in New Issue
Block a user