diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-03 20:21:35 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-03 20:21:35 -0500 |
commit | 931f19d2ead516a5fb5a2a15784391ea02bdbbc3 (patch) | |
tree | 7aacc814f3a630e94b82beb19fa30b8c5b81e264 /include/easy_chat.h | |
parent | c500754d6bfbfc1ae0d67b89e725bcb0014de892 (diff) |
Port mystery_event_script
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 78e371cbb..bd5c9a026 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -38,5 +38,6 @@ 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); +void EnableRareWord(u8); #endif // GUARD_EASYCHAT_H |