diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 18:34:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 18:34:41 -0400 |
commit | ed7ded0748b38b5266cdc6092446c7b184f75778 (patch) | |
tree | 0779eacd2dc6107e2dc47370abf82a1793cde6ed /include/easy_chat.h | |
parent | 975e28c01e70c63587c8633ffc3c50b7d1759dec (diff) | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
Merge branch 'master' into easy_chat
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 b0a217320..f0ac51c22 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -34,5 +34,6 @@ 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); +bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); #endif // GUARD_EASYCHAT_H |