diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-05 06:06:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 06:06:51 -0500 |
commit | 362cddc0f512d86af0d7e9bbf7c8edba2115c175 (patch) | |
tree | 9c24f5cc84e71ea519ae1f8ccb32135556f58244 /src/help_system.c | |
parent | 437fe6631adfe04ce89f966c189b7b015d81cf26 (diff) | |
parent | 102744163be40ec7fdab95beafac819d1e118bb5 (diff) |
Merge pull request #285 from GriffinRichards/doc-scriptclean
Clean up script documentation
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 |