diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 13:06:13 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 13:06:13 -0700 |
commit | 0873084a5d143c4e7eab682f7d27a3255ed281b7 (patch) | |
tree | 97a40e025017f29ed3faf7118e1080c9d9b75b98 /include/easy_chat.h | |
parent | d4ba74fb34c78a6f80e5e51ac3ccc295191e7128 (diff) |
Sync some function names with pokeemerald.
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 e6a48fccc..a487c9456 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -38,7 +38,7 @@ void InitializeEasyChatWordArray(u16 *words, u16 length); void ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2); bool8 ECWord_CheckIfOutsideOfValidRange(u16 word); void sub_80BDE28(void); -void sub_80BDD34(void); +void InitEasyChatPhrases(void); void EnableRareWord(u8); #endif // GUARD_EASYCHAT_H |