diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-12-12 22:55:39 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-12-12 22:55:39 -0500 |
commit | 2265d49ac2e8868e0b3362f8e7a4d22355eed202 (patch) | |
tree | e893041efd23c489e97fcd2c6a0cfdeeb2aee0cc /include/easy_chat.h | |
parent | a6db7b2419e0130a7f9686edd998764dc205d449 (diff) |
decompiled up to sub_81B5A8C
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 541fa6c1b..23fd9ed83 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -1,6 +1,8 @@ #ifndef GUARD_EASYCHAT_H #define GUARD_EASYCHAT_H +#include "main.h" + void InitEasyChatPhrases(void); void easy_chat_input_maybe(void); u8 * CopyEasyChatWord(u8 *dest, u16 word); @@ -12,5 +14,6 @@ u16 sub_811EE38(u16 group); u16 sub_811F01C(void); bool16 EasyChat_GetNumWordsInGroup(u8); u16 sub_811EE90(u16); +void sub_811A20C(u8 kind, u16 *words, MainCallback callback, u8 sizeParam); #endif // GUARD_EASYCHAT_H |