diff options
author | garak <garakmon@gmail.com> | 2019-03-14 19:09:56 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-16 12:21:47 -0500 |
commit | d0115db5656944bcb4f44323bbd01b9a30780abc (patch) | |
tree | 82db4019bb304099e7496f2a921190c07514ebf3 /src/egg_hatch.c | |
parent | 14211fb4953a25ada33b2aa1618b90cb46b211b7 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index a9b6001ec..68728f818 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -75,7 +75,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"); |