diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 15:06:25 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 15:06:25 -0500 |
commit | bc22bf26271d6e07b462b0fa77657dd1cb4eb6b5 (patch) | |
tree | 7bc24121473177ea7ed4c67ad1fe69d50138fdfe | |
parent | f1e1b26138daabc15b83f5a8ce7f6e513749f5a8 (diff) |
Egg palette works like other Pokémon
-rw-r--r-- | data/pokemon/palettes.asm | 8 | ||||
-rw-r--r-- | gfx/pokemon/egg/front.png | bin | 435 -> 444 bytes | |||
-rw-r--r-- | gfx/pokemon/egg/shiny.pal | 4 |
3 files changed, 6 insertions, 6 deletions
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 Binary files differindex be8e9d4a4..a2d8d4cc3 100644 --- a/gfx/pokemon/egg/front.png +++ b/gfx/pokemon/egg/front.png 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 + |