diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 00:09:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 00:09:14 -0400 |
commit | 75262c1920a0611f89e95837efb4f5e327760a8b (patch) | |
tree | 9982e4fcd275f8a1ea3c851c3dbf297d9e1c1307 /include/easy_chat.h | |
parent | 6e5dcf19f76b1839537848cf0fd91c7ddb27898c (diff) | |
parent | c71f6baa8cb713a567520279ff18dca0c4ed0915 (diff) |
Merge branch 'master' into bard_music
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 44aa3f7fa..f0ac51c22 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -34,6 +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 IsECWordInValidRange(u16 word); +bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); #endif // GUARD_EASYCHAT_H |