diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-07 12:37:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-07 12:37:18 -0500 |
commit | 6ce70985ebcb78267290e35e65aadb6a433c1cba (patch) | |
tree | 11c1e17f0fda2d7e7cedc072314f06d845bd5889 /include/easy_chat.h | |
parent | ecf7cf9835ca2f50b4c483c9ee4156d2057e5406 (diff) |
through sub_8100B70
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 67d14290c..12c096136 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -47,5 +47,28 @@ const u8 *GetEasyChatWordGroupName(u8); u8 *CopyEasyChatWordPadded(u8 *, u16, u16); void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback); u8 GetNumDisplayableGroups(void); +bool8 sub_80FFF80(void); +bool8 sub_80FFF98(void); +void sub_810011C(void); +void sub_8100134(u16 v0); +bool8 sub_810014C(void); +u8 GetEasyChatScreenFrameId(void); +const u8 *GetTitleText(void); +u16 *GetEasyChatWordBuffer(void); +u8 GetNumRows(void); +u8 GetNumColumns(void); +u8 GetMainCursorColumn(void); +u8 GetMainCursorRow(void); +void GetEasyChatInstructionsText(const u8 **str1, const u8 **str2); +void GetEasyChatConfirmText(const u8 **str1, const u8 **str2); +void sub_80FFDC8(const u8 **str1, const u8 **str2); +void GetEasyChatConfirmDeletionText(const u8 **str1, const u8 **str2); +void sub_80FFE08(u8 *arg0, u8 *arg1); +u8 sub_80FFE1C(void); +u8 sub_80FFE28(void); +void sub_80FFE34(u8 *arg0, u8 *arg1); +u8 sub_80FFE48(void); +u8 sub_80FFE54(void); +u8 unref_sub_80FFE60(void); #endif // GUARD_EASY_CHAT_H |