summaryrefslogtreecommitdiff
path: root/src/trainer_hill.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-20 08:53:44 -0500
committerGitHub <noreply@github.com>2022-01-20 08:53:44 -0500
commit062cdbe01cbbce5845daba7d1b880c716f3beff8 (patch)
tree7463417af8ba761ca59d5942bde1861201887a63 /src/trainer_hill.c
parenta7e6045d71d2d21c4fa5a494d112c6b38226eaec (diff)
parentbd43b905b7ce5489224d3a2144504df6f7687f1f (diff)
Merge pull request #1599 from GriffinRichards/fix-tilemaps
Break up graphics/interface and graphics/misc
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r--src/trainer_hill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c
index 3ada262e5..8d5be0116 100644
--- a/src/trainer_hill.c
+++ b/src/trainer_hill.c
@@ -199,7 +199,7 @@ static const u16 *const *const sPrizeListSets[] =
sPrizeLists2
};
-static const u16 sEReader_Pal[] = INCBIN_U16("graphics/misc/trainer_hill_ereader.gbapal");
+static const u16 sEReader_Pal[] = INCBIN_U16("graphics/trainer_hill/ereader.gbapal");
static const u8 sRecordWinColors[] = {TEXT_COLOR_TRANSPARENT, TEXT_COLOR_DARK_GRAY, TEXT_COLOR_LIGHT_GRAY};
static const struct TrHillTag *const sDataPerTag[] =