diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-12 15:59:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-12 15:59:43 -0400 |
commit | 8d31a46c6fbc2dedd39ec9e9687f372ac102303d (patch) | |
tree | 361e868f823114ceccfb49f83fc1aacef8d636a7 /include/easy_chat.h | |
parent | 8914645231c9301579ed39bdd9200ad50e5296d0 (diff) |
sub_8121478
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 fc44b6a8a..c9ba81c6d 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -30,7 +30,8 @@ enum void InitEasyChatPhrases(void); void easy_chat_input_maybe(void); -void CopyEasyChatWord(u8 *, u16); +void CopyEasyChatWord(u8 *dest, u16 word); +void ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2); bool32 sub_811F8D8(u16); #endif // GUARD_EASYCHAT_H |