diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 16:12:20 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 16:12:20 -0400 |
commit | 542f02c18186892971cab3da4b49add4b0059ff1 (patch) | |
tree | 5aef443cec417e67cfc2b8970cd599d8e3c5cc3d /gfx/intro | |
parent | 6063bd1dfb1f031161766a7d36831671b204e5d7 (diff) |
Extract more RGB data to .pal files
Diffstat (limited to 'gfx/intro')
-rw-r--r-- | gfx/intro/magikarp_bg.pal | 4 | ||||
-rw-r--r-- | gfx/intro/magikarp_ob.pal | 4 | ||||
-rw-r--r-- | gfx/intro/shellder_lapras_bg.pal | 4 | ||||
-rw-r--r-- | gfx/intro/shellder_lapras_ob.pal | 9 |
4 files changed, 21 insertions, 0 deletions
diff --git a/gfx/intro/magikarp_bg.pal b/gfx/intro/magikarp_bg.pal new file mode 100644 index 00000000..9edb529e --- /dev/null +++ b/gfx/intro/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/magikarp_ob.pal b/gfx/intro/magikarp_ob.pal new file mode 100644 index 00000000..08879379 --- /dev/null +++ b/gfx/intro/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/shellder_lapras_bg.pal b/gfx/intro/shellder_lapras_bg.pal new file mode 100644 index 00000000..37400e50 --- /dev/null +++ b/gfx/intro/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/shellder_lapras_ob.pal b/gfx/intro/shellder_lapras_ob.pal new file mode 100644 index 00000000..c443ff72 --- /dev/null +++ b/gfx/intro/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 |