diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-14 12:29:30 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-14 12:29:30 -0500 |
commit | 4dec9b83a3a0b424284dae02506d159931cc1408 (patch) | |
tree | a82e3fd9de1e2d8988301f66738ecc9e742d4252 /src/trainer_hill.c | |
parent | 01af8e877f039a0e1427de5e52442602446719cc (diff) |
Move more graphics out of misc
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r-- | src/trainer_hill.c | 2 |
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[] = |