diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 13:52:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 13:52:14 -0400 |
commit | 56b37fef8d90386fd5568148d31e195abcb17f49 (patch) | |
tree | 090334e62973d8b24235c8a7748d2f5f2f963a49 /include/help_system.h | |
parent | 10a96540ffcde633fa35344b5fe0cb0c4ae34fee (diff) |
Update some more names in help system
Diffstat (limited to 'include/help_system.h')
-rw-r--r-- | include/help_system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/help_system.h b/include/help_system.h index d758627b6..92e97731e 100644 --- a/include/help_system.h +++ b/include/help_system.h @@ -76,8 +76,8 @@ void HS_ShowOrHideHeaderLine_Darker_FooterStyle(u8 mode); void HS_ShowOrHideScrollArrows(u8 which, u8 mode); void HelpSystem_PrintTextRightAlign_Row52(const u8 *str); void HelpSystem_PrintTextAt(const u8 *, u8, u8); -void HelpSystem_PrintTwoStrings(const u8 *a0, const u8 *a1); -void HelpSystem_PrintText_813C584(const u8 *str); +void HelpSystem_PrintQuestionAndAnswerPair(const u8 *a0, const u8 *a1); +void HelpSystem_PrintTopicMouseoverDescription(const u8 *str); void HelpSystem_FillPanel2(void); void HelpSystem_FillPanel1(void); void HelpSystem_InitListMenuController(struct HelpSystemListMenu *, u8, u8); @@ -86,7 +86,7 @@ s32 HelpSystem_GetMenuInput(void); void HS_UpdateMenuScrollArrows(void); void DecompressAndRenderGlyph(u8 font, u16 glyph, struct Bitmap *srcBlit, struct Bitmap *destBlit, u8 *destBuffer, u8 x, u8 y, u8 width, u8 height); -void HelpSystem_PrintText_Row61(const u8 * str); +void HelpSystem_PrintTextInTopLeftCorner(const u8 * str); void HelpSystem_FillPanel3(void); void PrintListMenuItems(void); void PlaceListMenuCursor(void); |