summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-05-07 14:11:38 -0400
committerGitHub <noreply@github.com>2021-05-07 14:11:38 -0400
commitf4130c59323b6a010e66ec50deffaa97bb084931 (patch)
tree7c0bedfc384fbe5870031e51dec3508aae361709 /include/easy_chat.h
parentbfce7b67edc5630137f953ba00f6825d279ecd0a (diff)
parentb79634e2f34ac0b7034702dd81183af201dd8ed1 (diff)
Merge pull request #428 from PikalaxALT/trainer_tower_to_c
Trainer tower sets to C
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);