summaryrefslogtreecommitdiff
path: root/src/daycare.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-01 12:32:58 -0400
committerGitHub <noreply@github.com>2019-06-01 12:32:58 -0400
commit2812a2bd7aa298acb9fbcfd456a31b9cfb02ce0e (patch)
treec933af728ccc482dcdbd21552d0c8d7147dff285 /src/daycare.c
parent405a4352c32b6fc33c0222fc9d526cc2cb8f7252 (diff)
parente66ebaa1f5eddb1295b61fc975ff0a98c07250ba (diff)
Merge pull request #59 from garakmon/mon_sprites
Move Mon Graphics
Diffstat (limited to 'src/daycare.c')
-rw-r--r--src/daycare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daycare.c b/src/daycare.c
index fcaadc0fd..206e0b383 100644
--- a/src/daycare.c
+++ b/src/daycare.c
@@ -163,7 +163,7 @@ static const u8 *const sCompatibilityMessages[] =
static const u8 sNewLineText[] = _("\n");
static const u8 sJapaneseEggNickname[] = _("タマゴ"); // "tamago" ("egg" in Japanese)
-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");