diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 12:32:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 12:32:34 -0400 |
commit | a9b72fbd7f00a1337c2f91f57d83110dbaeb1fa5 (patch) | |
tree | 64345abb3092721ed3fa90f9cb60f72a040116f1 /include/easy_chat.h | |
parent | e1537a1d728a8e2d217d5224e3d813da6f5fa222 (diff) |
Document Easy Chat 2/3
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 4830a134e..e04db7b35 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -47,11 +47,11 @@ 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); +bool8 InitEasyChatGraphicsWork(void); +bool8 LoadEasyChatGraphics(void); +void DestroyEasyChatGraphicsResources(void); +void EasyChatInterfaceCommand_Setup(u16 id); +bool8 EasyChatInterfaceCommand_Run(void); u8 GetEasyChatScreenFrameId(void); const u8 *GetTitleText(void); u16 *GetEasyChatWordBuffer(void); @@ -61,16 +61,16 @@ 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 GetEasyChatConfirmCancelText(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(s8 *arg0, s8 *arg1); -u8 sub_80FFE48(void); -u8 sub_80FFE54(void); +void GetECSelectGroupCursorCoords(u8 *Xp, u8 *Yp); +bool8 IsEasyChatAlphaMode(void); +u8 GetECSelectGroupRowsAbove(void); +void GetECSelectWordCursorCoords(s8 *arg0, s8 *arg1); +u8 GetECSelectWordRowsAbove(void); +u8 GetECSelectWordNumRows(void); u8 unref_sub_80FFE60(void); -bool32 sub_80FFE64(void); -bool32 sub_80FFE98(void); +bool32 ShouldDrawECUpArrow(void); +bool32 ShouldDrawECDownArrow(void); #endif // GUARD_EASY_CHAT_H |