Update some more names in help system
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user