summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:13:18 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:13:18 -0400
commitaa202b06245aa4c65f10379ecf9dc8c440a049ed (patch)
treef72101dbdd9880e287178709f769d5b226049c67 /include/easy_chat.h
parent7b1ae6e629980c6bc1ed1a70f6b74c679f96f38e (diff)
parent4767019e4f541a19577a9bfd09851a94b2e3c745 (diff)
Merge remote-tracking branch 'origin/master' into sync_bery_crush
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r--include/easy_chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h
index 11711cbbc..9c6400fd1 100644
--- a/include/easy_chat.h
+++ b/include/easy_chat.h
@@ -31,7 +31,7 @@ struct EasyChatWordsByLetter
};
u8 *CopyEasyChatWord(u8 *dest, u16 word);
-u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
+u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 columns, u16 rows);
bool8 EC_DoesEasyChatStringFitOnLine(const u16 *easyChatWords, u8 columns, u8 rows, u16 maxLength);
void EC_ResetMEventProfileMaybe(void);
void InitEasyChatPhrases(void);