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 /data | |
parent | f1e1b26138daabc15b83f5a8ce7f6e513749f5a8 (diff) |
Egg palette works like other Pokémon
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon/palettes.asm | 8 |
1 files changed, 2 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 |