diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-29 14:02:49 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-29 14:02:49 -0500 |
commit | cec95ebfb41f8381feeb87ff889ebc1d89827ec6 (patch) | |
tree | d1834b3215724f562a0fcf09705114b1aa3e5d02 /include/easy_chat.h | |
parent | 746006911096730ea6d5f14bfff5957ef9b5bc2c (diff) |
through sub_8143DBC
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 2b5664420..78e371cbb 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -37,5 +37,6 @@ bool32 sub_811F8D8(u16 word); void InitializeEasyChatWordArray(u16 *words, u16 length); void ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2); bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); +void sub_80BDE28(void); #endif // GUARD_EASYCHAT_H |