mirror of
https://github.com/cc65/cc65.git
synced 2025-01-15 22:30:04 +00:00
Fine tune palette
git-svn-id: svn://svn.cc65.org/cc65/trunk@5878 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a9cb044183
commit
ff77d42188
@ -109,37 +109,37 @@ text_bitmap: .res 8*(1+20+1)+1
|
||||
|
||||
.rodata
|
||||
|
||||
DEFPALETTE: .byte >$000
|
||||
.byte >$44d
|
||||
.byte >$aaf
|
||||
.byte >$ac9
|
||||
DEFPALETTE: .byte >$011
|
||||
.byte >$34d
|
||||
.byte >$9af
|
||||
.byte >$9b8
|
||||
.byte >$777
|
||||
.byte >$445
|
||||
.byte >$539
|
||||
.byte >$94e
|
||||
.byte >$d3c
|
||||
.byte >$c24
|
||||
.byte >$701
|
||||
.byte >$334
|
||||
.byte >$448
|
||||
.byte >$75e
|
||||
.byte >$d5f
|
||||
.byte >$c53
|
||||
.byte >$822
|
||||
.byte >$223
|
||||
.byte >$484
|
||||
.byte >$8e1
|
||||
.byte >$cf4
|
||||
.byte >$5a6
|
||||
.byte >$8e5
|
||||
.byte >$cf5
|
||||
.byte >$fff
|
||||
.byte <$000
|
||||
.byte <$44d
|
||||
.byte <$aaf
|
||||
.byte <$ac9
|
||||
.byte <$011
|
||||
.byte <$34d
|
||||
.byte <$9af
|
||||
.byte <$9b8
|
||||
.byte <$777
|
||||
.byte <$445
|
||||
.byte <$539
|
||||
.byte <$94e
|
||||
.byte <$d3c
|
||||
.byte <$c24
|
||||
.byte <$701
|
||||
.byte <$334
|
||||
.byte <$448
|
||||
.byte <$75e
|
||||
.byte <$d5f
|
||||
.byte <$c53
|
||||
.byte <$822
|
||||
.byte <$223
|
||||
.byte <$484
|
||||
.byte <$8e1
|
||||
.byte <$cf4
|
||||
.byte <$5a6
|
||||
.byte <$8e5
|
||||
.byte <$cf5
|
||||
.byte <$fff
|
||||
|
||||
PALETTESIZE = * - DEFPALETTE
|
||||
|
Loading…
x
Reference in New Issue
Block a user