From bc22bf26271d6e07b462b0fa77657dd1cb4eb6b5 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 12 Jan 2018 15:06:25 -0500 Subject: [PATCH] =?UTF-8?q?Egg=20palette=20works=20like=20other=20Pok?= =?UTF-8?q?=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 be8e9d4a40a93ee86b8b09146174299efdad9c61..a2d8d4cc37a8603fc49296aa7d1dd1d347d7b9b2 100644 GIT binary patch delta 430 zcmV;f0a5<51H1!}7=H)@0002Du0W^&000b7OjJex|Nr;aTD^n-00025{&R%@000DZ zQchF<|NsAOC`Nez00CP`L_t(|+U=LilEW|v1jX?G{~TE_6R#N9RAmoa;$k1Vu%$$_ zr<7A)D5z=*lUgBKvFj3|wOhYwT{$NU^vU*ijjUJrBnBs)1AjcSH5}X^)#qkioYV3h z?A#87JPOXrRkpPUkp%l|^%rCyFi9}5C>D8x`|U9;=kxbFeuJ~E_Y*!i4}9NB!VQwH zc#(ZYk~lW1ol6`sgbb@cl#)L(Woz)`{~R`Msuv+@XT06;ybPt z&MZ3hPX&`Q%oS7O<8mGAOzatdw{rd(ol$bEUU|97596EqvV+<)=Z+p(Y7-un&=^N<1 z=bXQ%j7Z}ha)zv+EE#i5GD5$v6lazrSYE_a zpJK`|7QE7j0wGf`q}i;=j#B~L(8aI%H2zc+t`DwPjUI*Fw~ceK*P(s^dk-8zX>lLj P00000NkvXXu0mjfmWapK 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 +