diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 20:43:14 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 20:43:14 -0400 |
commit | 6ca722e622c34155ab535673b9bf61eb20e92214 (patch) | |
tree | 10dbbc3203e377a8394d1d38ae0b3f5f40258679 /gfx | |
parent | f0dbfe7b277b2d5ea24fec3673fdd5c9266795a0 (diff) |
Start extracting color palettes
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/copyright/copyright.pal | 8 | ||||
-rw-r--r-- | gfx/game_select/pokemon_picross_bg.pal | 8 | ||||
-rw-r--r-- | gfx/title/title_bg.pal | 8 | ||||
-rw-r--r-- | gfx/title/title_ob.pal | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/gfx/copyright/copyright.pal b/gfx/copyright/copyright.pal new file mode 100644 index 0000000..b7a757e --- /dev/null +++ b/gfx/copyright/copyright.pal @@ -0,0 +1,8 @@ + RGB 31,31,31, 09,09,31, 31,31,31, 00,00,00 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 diff --git a/gfx/game_select/pokemon_picross_bg.pal b/gfx/game_select/pokemon_picross_bg.pal new file mode 100644 index 0000000..b1b1b9a --- /dev/null +++ b/gfx/game_select/pokemon_picross_bg.pal @@ -0,0 +1,8 @@ + RGB 31,29,00, 27,00,00, 13,00,00, 00,00,00 + RGB 31,29,00, 06,22,13, 00,15,06, 00,00,00 + RGB 31,31,31, 11,11,11, 27,00,00, 00,00,00 + RGB 31,31,31, 11,11,11, 00,15,06, 00,00,00 + RGB 31,31,31, 27,00,00, 09,09,09, 00,00,00 + RGB 31,31,31, 06,22,13, 09,09,09, 00,00,00 + RGB 31,31,31, 22,22,22, 09,09,09, 00,00,00 + RGB 31,31,31, 06,22,13, 00,15,06, 00,00,00 diff --git a/gfx/title/title_bg.pal b/gfx/title/title_bg.pal new file mode 100644 index 0000000..aff3126 --- /dev/null +++ b/gfx/title/title_bg.pal @@ -0,0 +1,8 @@ + RGB 31,31,00, 23,20,00, 31,00,00, 00,00,00 + RGB 31,31,00, 31,18,00, 27,13,00, 00,00,00 + RGB 31,31,00, 31,31,31, 09,04,00, 00,00,00 + RGB 31,31,31, 08,08,23, 03,03,18, 00,00,00 + RGB 31,31,31, 13,13,28, 03,03,18, 00,00,00 + RGB 31,31,31, 31,18,00, 27,13,00, 00,00,00 + RGB 31,31,00, 23,20,00, 31,18,00, 00,00,00 + RGB 31,31,00, 28,09,06, 18,03,00, 00,00,00 diff --git a/gfx/title/title_ob.pal b/gfx/title/title_ob.pal new file mode 100644 index 0000000..2e415a0 --- /dev/null +++ b/gfx/title/title_ob.pal @@ -0,0 +1,8 @@ + RGB 31,31,31, 31,31,00, 31,00,00, 00,00,00 + RGB 31,31,31, 31,18,00, 27,13,00, 31,31,31 + RGB 31,31,31, 08,08,23, 03,03,18, 31,31,31 + RGB 31,31,31, 31,18,00, 27,13,00, 03,03,18 + RGB 31,31,31, 08,08,23, 03,03,18, 31,18,00 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 + RGB 31,31,31, 31,31,31, 31,31,31, 00,00,00 + RGB 31,31,31, 31,31,31, 31,31,31, 31,31,31 |