Remove duplicate decl; use EASY_CHAT_TYPE define in mystery_event_club.inc

This commit is contained in:
PikalaxALT
2020-03-08 12:55:16 -04:00
parent 42c00ee3f3
commit 5d7c0e9bb0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ struct EasyChatWordsByLetter
int numWords;
};
void InitEasyChatPhrases(void);
u8 *CopyEasyChatWord(u8 *dest, u16 word);
u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
bool8 EC_DoesEasyChatStringFitOnLine(const u16 *easyChatWords, u8 columns, u8 rows, u16 maxLength);