diff options
author | huderlem <huderlem@gmail.com> | 2019-02-25 14:12:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 14:12:18 -0600 |
commit | 153f13431879678899dd9c9236b193cf0b44c566 (patch) | |
tree | aae8a179cdb7b4903e3c280eaf898de3615911fd /include/easy_chat.h | |
parent | d77ba3d41300d62756da0a9dba23b15263c99caf (diff) | |
parent | 7ea05431a58d63c2e0594d15e552979d20092cf6 (diff) |
Merge pull request #583 from huderlem/easy_chat
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); |