diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 07:50:06 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 07:50:06 -0400 |
commit | 31ecdcdd0a71cd0230bfa1d80b3355a60db1e93d (patch) | |
tree | 55311105ebb36f3d4a4c370af0d493b65d776dc2 /src/help_message.c | |
parent | a7d74b177999510dfd2dc1e3abf146b95180020c (diff) | |
parent | 7693c90e670da8fa680153ab92f2a350815b7999 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into various_documentation
Diffstat (limited to 'src/help_message.c')
-rw-r--r-- | src/help_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_message.c b/src/help_message.c index ff85d1f82..630e32ecd 100644 --- a/src/help_message.c +++ b/src/help_message.c @@ -4,7 +4,7 @@ static EWRAM_DATA u8 sHelpMessageWindowId = 0; -const u16 gUnknown_84566A8[] = INCBIN_U16("data/graphics/unknown_84566a8.bin"); +const u16 gUnknown_84566A8[] = INCBIN_U16("graphics/unknown/unknown_84566a8.bin"); static const struct WindowTemplate sHelpMessageWindowTemplate = { .bg = 0, |