All Done
This commit is contained in:
@@ -19,9 +19,9 @@ void ClearDialogWindowAndFrame(u8, u8);
|
||||
u8 GetTextSpeedSetting(void);
|
||||
void sub_80F6E9C(void);
|
||||
void DrawDialogueFrame(u8 windowId, bool8 transfer);
|
||||
void sub_80F7974(const u8 *);
|
||||
u8 GetStartMenuWindowId(void);
|
||||
void sub_80F7974(const u8 * text);
|
||||
void sub_80F7998(void);
|
||||
void sub_80F79A4(void);
|
||||
void DrawStdWindowFrame(u8 windowId, bool8 copyNow);
|
||||
void InitStandardTextBoxWindows(void);
|
||||
void ResetBg0(void);
|
||||
@@ -33,7 +33,7 @@ void DecompressAndLoadBgGfxUsingHeap2(u8 bgId, const void *src, u32 size, u16 of
|
||||
void Menu_LoadStdPal(void);
|
||||
void Menu_LoadStdPalAt(u16);
|
||||
void * MallocAndDecompress(const void * src, u32 * size);
|
||||
u16 sub_80F796C(void);
|
||||
u16 GetStdWindowBaseTileNum(void);
|
||||
void ClearStdWindowAndFrame(u8 taskId, bool8 copyNow);
|
||||
void sub_80F6E9C(void);
|
||||
void sub_80F771C(bool8 copyToVram);
|
||||
@@ -44,5 +44,9 @@ void SetStdWindowBorderStyle(u8 windowId, bool8 copyToVram);
|
||||
void sub_80F7768(u8 windowId, bool8 copyToVram);
|
||||
void DisplayYesNoMenuDefaultYes(void);
|
||||
void DisplayYesNoMenuDefaultNo(void);
|
||||
u8 sub_80F78E0(u8 windowId);
|
||||
u8 GetStartMenuWindowId(void);
|
||||
void RemoveStartMenuWindow(void);
|
||||
void SetDefaultFontsPointer(void);
|
||||
|
||||
#endif // GUARD_NEW_MENU_HELPERS_H
|
||||
|
||||
@@ -27,6 +27,9 @@ u8 sub_8112CAC(void);
|
||||
bool8 sub_81119D4(void (*func)(void));
|
||||
void sub_8111F38(u16, u16);
|
||||
void sub_8111134(void);
|
||||
void sub_8112EDC(u8 a0);
|
||||
u8 sub_8112EB4(void);
|
||||
void sub_8113018(const u8 * text, u8 mode);
|
||||
void MapNamePopupWindowIdSetDummy(void);
|
||||
|
||||
extern u8 gUnknown_203ADFA;
|
||||
|
||||
@@ -230,6 +230,7 @@ u16 Font4Func(struct TextPrinter *textPrinter);
|
||||
u16 Font5Func(struct TextPrinter *textPrinter);
|
||||
u16 Font7Func(struct TextPrinter *textPrinter);
|
||||
u16 Font8Func(struct TextPrinter *textPrinter);
|
||||
u16 Font6Func(struct TextPrinter *textPrinter);
|
||||
|
||||
void TextPrinterInitDownArrowCounters(struct TextPrinter *textPrinter);
|
||||
void TextPrinterDrawDownArrow(struct TextPrinter *textPrinter);
|
||||
|
||||
@@ -27,5 +27,7 @@ void LoadUserWindowBorderGfx(u8 windowId, u16 tileStart, u8 palette);
|
||||
void sub_814FDA0(u8 windowId, u16 tileStart, u8 palette);
|
||||
void DrawTextBorderOuter(u8 windowId, u16 tileStart, u8 palette);
|
||||
void TextWindow_LoadTilesStdFrame1(u8 windowId, u16 destOffset);
|
||||
void sub_814FE6C(u8 windowId, u16 destOffset, u8 palIdx);
|
||||
void sub_814FEEC(u8 windowId, u16 destOffset, u8 palIdx);
|
||||
|
||||
#endif // GUARD_TEXT_WINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user