add palette bit to all copymasks for smoother color transition

This commit is contained in:
4am 2020-09-04 14:01:52 -04:00
parent cae193d5d0
commit 011643d61f

View File

@ -12,6 +12,7 @@ addrs = $6200 ; [256 bytes]
ldx #0
lda #1
-- ldy #$20
ora #$80
- sta copymasks, x
inx
dey