summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorgarak <garakmon@gmail.com>2019-05-23 11:49:58 -0400
committergarak <garakmon@gmail.com>2019-05-23 11:49:58 -0400
commite66ebaa1f5eddb1295b61fc975ff0a98c07250ba (patch)
tree2827180802d3ba33679b6686e0d3a52aa29ce2fc /src/egg_hatch.c
parent337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff)
move pokemon graphics to mon-specific directories
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index d8e1a4d55..482412179 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -78,7 +78,7 @@ static void CreateEggShardSprite(u8 x, u8 y, s16 data1, s16 data2, s16 data3, u8
static IWRAM_DATA struct EggHatchData *sEggHatchData;
// rom data
-static const u16 sEggPalette[] = INCBIN_U16("graphics/pokemon/palettes/egg_palette.gbapal");
+static const u16 sEggPalette[] = INCBIN_U16("graphics/pokemon/egg/normal.gbapal");
static const u8 sEggHatchTiles[] = INCBIN_U8("graphics/misc/egg_hatch.4bpp");
static const u8 sEggShardTiles[] = INCBIN_U8("graphics/misc/egg_shard.4bpp");