diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-04 20:52:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 20:52:41 -0500 |
commit | 9b7d57bb6b654996df7a107c145ec49b78b33c1a (patch) | |
tree | 050d0a76f4c8a7c780ab6a951f22c77bd5d12744 /include/easy_chat.h | |
parent | 7bfa6d20587ed14cfa26b9fa81f45837abfafb26 (diff) | |
parent | 876a139ba385036ef34fde899b1caba0d7cc1f29 (diff) |
Merge pull request #142 from PikalaxALT/dism_more_data
Dism more data still
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 6c3947ea9..765758035 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -34,7 +34,7 @@ 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); -void ResetSomeMEventECBuffer_3120_338(void); +void EC_ResetMEventProfileMaybe(void); void InitEasyChatPhrases(void); void EnableRareWord(u8); bool8 InitEasyChatSelection(void); |