mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-16 09:14:30 -05:00
Remove nonexistant easy_chat prototypes
This commit is contained in:
parent
36bea47ea6
commit
115fd2aa9b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user