diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-04 09:33:19 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-04 09:33:19 -0500 |
commit | d16532c2627909d90c253a3bc47610a78e379339 (patch) | |
tree | 50d43298a32ab25904623319755ef4727ac36c13 /include/easy_chat.h | |
parent | 0f4621c7302a4e81fa86b12110685e57b1c9c4a0 (diff) |
Some more documentation
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); |