diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:13:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:13:54 -0400 |
commit | 115fd2aa9b8a57e55666e1ac7cff01fc34b63f4a (patch) | |
tree | d8a16d1f6226f6b24e18d98226b9ed2bcec26dbf | |
parent | 36bea47ea6d2a76a0add9eaf7f5f817eea9c49e5 (diff) |
Remove nonexistant easy_chat prototypes
-rw-r--r-- | include/easy_chat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 3aee386ad..8bd371892 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -31,12 +31,8 @@ struct EasyChatWordsByLetter }; void InitEasyChatPhrases(void); -void easy_chat_input_maybe(void); u8 *CopyEasyChatWord(u8 *dest, u16 word); -bool32 sub_811F8D8(u16 word); -void InitializeEasyChatWordArray(u16 *words, u16 length); u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2); -bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); void sub_80BDE28(void); void InitEasyChatPhrases(void); void EnableRareWord(u8); |