diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:03:13 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:11:31 -0600 |
commit | 7ea05431a58d63c2e0594d15e552979d20092cf6 (patch) | |
tree | 6c9d4811d84ac0c872f345175d876fc3a4ef9970 /include/easy_chat.h | |
parent | a589d4a630a130e78bdf0819b807a133562d4449 (diff) |
Decompile more easy_chat.c
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 23fd9ed83..c55fca81b 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -8,11 +8,11 @@ void easy_chat_input_maybe(void); u8 * 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); +u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 columns, u16 rows); bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); u16 sub_811EE38(u16 group); u16 sub_811F01C(void); -bool16 EasyChat_GetNumWordsInGroup(u8); +u16 EasyChat_GetNumWordsInGroup(u8); u16 sub_811EE90(u16); void sub_811A20C(u8 kind, u16 *words, MainCallback callback, u8 sizeParam); |