diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 11:16:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 11:16:34 -0400 |
commit | e24f3808f47d292776f4e7506217f93756dd19bf (patch) | |
tree | d910619ff23e466bfd4b673381c1642656e3dc5c /include/easy_chat.h | |
parent | 74c59af856216332b6c73cbc382edff3518a0eab (diff) | |
parent | 52db3ad5aa83ae70e06eae87f502b09fff55aecc (diff) |
Merge branch 'master' into mail
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index c9ba81c6d..b0a217320 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -31,7 +31,8 @@ enum void InitEasyChatPhrases(void); void easy_chat_input_maybe(void); void CopyEasyChatWord(u8 *dest, u16 word); +bool32 sub_811F8D8(u16 word); +void InitializeEasyChatWordArray(u16 *words, u16 length); void ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2); -bool32 sub_811F8D8(u16); #endif // GUARD_EASYCHAT_H |