diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-04 16:12:45 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-04 16:12:45 +0100 |
commit | 352102a07ac5a370c065c0124a1f8620fa4e8841 (patch) | |
tree | 8c614a334ade273227578acb0d79cf40ba9834cd /include/easy_chat.h | |
parent | 6c8155074b67cce4dd5a6aa01d83bc6830b9d1c8 (diff) | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
Merge branch 'master' into decompile_battle_7
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 |