Remove nonexistant easy_chat prototypes

This commit is contained in:
PikalaxALT 2019-11-01 16:13:54 -04:00
parent 36bea47ea6
commit 115fd2aa9b

View File

@ -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);