diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-10-13 20:29:11 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-10-13 20:29:11 -0500 |
commit | 924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (patch) | |
tree | 2c22380365ddf70f1432cac5f9cbede0bdef2abc /include/easy_chat.h | |
parent | 2852f4f1b86f1a5fbfdceb296d184158068b5ad5 (diff) | |
parent | f6af9e7013107154df62d2eff53e3accb7a24b3d (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index fc44b6a8a..b0a217320 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -30,7 +30,9 @@ enum void InitEasyChatPhrases(void); void easy_chat_input_maybe(void); -void CopyEasyChatWord(u8 *, u16); -bool32 sub_811F8D8(u16); +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); #endif // GUARD_EASYCHAT_H |