From bc22bf26271d6e07b462b0fa77657dd1cb4eb6b5 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 12 Jan 2018 15:06:25 -0500 Subject: =?UTF-8?q?Egg=20palette=20works=20like=20other=20Pok=C3=A9mon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/pokemon/palettes.asm | 8 ++------ gfx/pokemon/egg/front.png | Bin 435 -> 444 bytes gfx/pokemon/egg/shiny.pal | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 gfx/pokemon/egg/shiny.pal diff --git a/data/pokemon/palettes.asm b/data/pokemon/palettes.asm index 2e47bbdaf..ec2cc3c0b 100644 --- a/data/pokemon/palettes.asm +++ b/data/pokemon/palettes.asm @@ -518,12 +518,8 @@ INCLUDE "gfx/pokemon/celebi/shiny.pal" RGB 30, 26, 11 RGB 23, 16, 00 -; Egg - RGB 30, 26, 11 - RGB 23, 16, 00 -; Egg shiny - RGB 30, 26, 11 - RGB 23, 16, 00 +INCLUDE "gfx/pokemon/egg/normal.pal" +INCLUDE "gfx/pokemon/egg/shiny.pal" ; 254 RGB 30, 26, 11 diff --git a/gfx/pokemon/egg/front.png b/gfx/pokemon/egg/front.png index be8e9d4a4..a2d8d4cc3 100644 Binary files a/gfx/pokemon/egg/front.png and b/gfx/pokemon/egg/front.png differ diff --git a/gfx/pokemon/egg/shiny.pal b/gfx/pokemon/egg/shiny.pal new file mode 100644 index 000000000..6c9c075f7 --- /dev/null +++ b/gfx/pokemon/egg/shiny.pal @@ -0,0 +1,4 @@ + + RGB 30, 26, 11 + RGB 23, 16, 00 + -- cgit v1.2.3