diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-23 14:01:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:01:11 -0400 |
commit | d21090cf044c3693f020f9580fa1dbefe3d4556f (patch) | |
tree | 553c15314325bfad9c75bc026121ca26aceb5f9e /src/help_system.c | |
parent | dbf3de7755136f434a1fc07496d2a685e752ef08 (diff) | |
parent | b80442645dc880216a35a780e5bed232aea1f92a (diff) |
Merge pull request #406 from hjk321/index-graphics
Document, Index, and Prettify Graphics, Part 1 (A-H)
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_system.c b/src/help_system.c index 27ec64baa..f29359354 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -1646,7 +1646,7 @@ static const u8 *const sHelpSystemSubmenuItemLists[HELPCONTEXT_COUNT * (TOPIC_CO NULL, NULL, NULL, NULL, NULL // HELPCONTEXT_UNUSED }; -static const u16 unref_845BCB0[] = INCBIN_U16("graphics/help_system/unk_845BCB0.bin"); +static const u16 unref_845BCB0[] = INCBIN_U16("graphics/help_system/unused.bin"); static const u8 sHelpSystemContextTopicOrder[TOPIC_COUNT] = { TOPIC_ABOUT_GAME, |