ref: bc22bf26271d6e07b462b0fa77657dd1cb4eb6b5
parent: f1e1b26138daabc15b83f5a8ce7f6e513749f5a8
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Fri Jan 12 10:06:25 EST 2018
Egg palette works like other Pokémon
--- a/data/pokemon/palettes.asm
+++ b/data/pokemon/palettes.asm
@@ -518,12 +518,8 @@
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
binary files a/gfx/pokemon/egg/front.png b/gfx/pokemon/egg/front.png differ
--- /dev/null
+++ b/gfx/pokemon/egg/shiny.pal
@@ -1,0 +1,4 @@
+
+ RGB 30, 26, 11
+ RGB 23, 16, 00
+