diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 16:12:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 16:12:25 -0400 |
commit | 9b0002161be17ff7369a987a3de3c8776992d3a7 (patch) | |
tree | e9f39e2336f1376d651f64498c51224b51dc3814 /gfx/intro | |
parent | fe1a58deea9b815d60ccab60cdfff19ab0a0110b (diff) |
Extract more RGB data to .pal files
Diffstat (limited to 'gfx/intro')
-rw-r--r-- | gfx/intro/gs_magikarp_bg.pal | 4 | ||||
-rw-r--r-- | gfx/intro/gs_magikarp_ob.pal | 4 | ||||
-rw-r--r-- | gfx/intro/gs_shellder_lapras_bg.pal | 4 | ||||
-rw-r--r-- | gfx/intro/gs_shellder_lapras_ob.pal | 9 | ||||
-rw-r--r-- | gfx/intro/unown_1.pal | 4 | ||||
-rw-r--r-- | gfx/intro/unown_2.pal | 4 |
6 files changed, 29 insertions, 0 deletions
diff --git a/gfx/intro/gs_magikarp_bg.pal b/gfx/intro/gs_magikarp_bg.pal new file mode 100644 index 000000000..9edb529e3 --- /dev/null +++ b/gfx/intro/gs_magikarp_bg.pal @@ -0,0 +1,4 @@ + RGB 31, 31, 31 + RGB 18, 23, 31 + RGB 15, 20, 31 + RGB 00, 00, 00 diff --git a/gfx/intro/gs_magikarp_ob.pal b/gfx/intro/gs_magikarp_ob.pal new file mode 100644 index 000000000..088793791 --- /dev/null +++ b/gfx/intro/gs_magikarp_ob.pal @@ -0,0 +1,4 @@ + RGB 31, 31, 31 + RGB 31, 31, 12 + RGB 08, 16, 28 + RGB 00, 00, 00 diff --git a/gfx/intro/gs_shellder_lapras_bg.pal b/gfx/intro/gs_shellder_lapras_bg.pal new file mode 100644 index 000000000..37400e503 --- /dev/null +++ b/gfx/intro/gs_shellder_lapras_bg.pal @@ -0,0 +1,4 @@ + RGB 19, 31, 19 + RGB 18, 23, 31 + RGB 11, 21, 28 + RGB 04, 16, 24 diff --git a/gfx/intro/gs_shellder_lapras_ob.pal b/gfx/intro/gs_shellder_lapras_ob.pal new file mode 100644 index 000000000..c443ff72d --- /dev/null +++ b/gfx/intro/gs_shellder_lapras_ob.pal @@ -0,0 +1,9 @@ + RGB 29, 29, 29 + RGB 20, 19, 20 + RGB 19, 06, 04 + RGB 03, 04, 06 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 00, 00 + RGB 03, 04, 06 diff --git a/gfx/intro/unown_1.pal b/gfx/intro/unown_1.pal new file mode 100644 index 000000000..7dfebf802 --- /dev/null +++ b/gfx/intro/unown_1.pal @@ -0,0 +1,4 @@ + RGB 24, 12, 09 + RGB 31, 31, 31 + RGB 12, 00, 31 + RGB 00, 00, 00 diff --git a/gfx/intro/unown_2.pal b/gfx/intro/unown_2.pal new file mode 100644 index 000000000..650eeb198 --- /dev/null +++ b/gfx/intro/unown_2.pal @@ -0,0 +1,4 @@ + RGB 24, 12, 09 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 |