diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 17:07:36 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 17:07:36 -0500 |
commit | ecf7cf9835ca2f50b4c483c9ee4156d2057e5406 (patch) | |
tree | 40dff951b984dd3c32a541be198d431b016e85ba /include/easy_chat.h | |
parent | 85ca62e823e563ebec97e9e340fdde0af42d9221 (diff) |
through sub_80FFF80
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index e7ec52fd1..67d14290c 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -46,5 +46,6 @@ u16 GetNumDisplayedWords(void); const u8 *GetEasyChatWordGroupName(u8); u8 *CopyEasyChatWordPadded(u8 *, u16, u16); void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback); +u8 GetNumDisplayableGroups(void); #endif // GUARD_EASY_CHAT_H |