diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-04 10:42:40 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-04 18:26:54 -0500 |
commit | 4df660dc76b5f35d2a89e0cb627180b79e9caa12 (patch) | |
tree | f05f6f7c4f82c18de34a494f93207165ab89dd08 /src/help_system.c | |
parent | 13e06bf7f88be6d25f420704b76828ed6f24cbc2 (diff) |
Add enums for help system text, label help context
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help_system.c b/src/help_system.c index d68acbaa1..48483c387 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -90,7 +90,7 @@ u8 RunHelpSystemCallback(void) HelpSystem_FillPanel2(); HelpSystem_PrintText_Row61(gString_Help); sub_813BD14(1); - if (sub_812B40C() == TRUE) + if (HelpSystem_UpdateHasntSeenIntro() == TRUE) HelpSystemSubroutine_PrintWelcomeMessage(&gHelpSystemListMenu, gHelpSystemListMenuItems); else HelpSystemSubroutine_WelcomeEndGotoMenu(&gHelpSystemListMenu, gHelpSystemListMenuItems); @@ -1184,7 +1184,7 @@ bool8 MoveCursor(u8 by, u8 dirn) HelpSystem_FillPanel1(); PrintListMenuItems(); PlaceListMenuCursor(); - sub_812BDEC(); + HelpSystem_PrintTopicLabel(); sub_813C75C(); } else |