summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-28 09:45:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-28 09:46:35 -0400
commit5da296e94e8450b48e323da0fa34a064df7cd579 (patch)
tree6adc72af15673303de11429c0619a4dadb68f2ba /include/easy_chat.h
parent002b39485534f2010d1dcc6f471cbcb63aab682e (diff)
GetWordPhonemes; assign names and improve guess of types
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 7e816db34..44aa3f7fa 100644
--- a/include/easy_chat.h
+++ b/include/easy_chat.h
@@ -34,6 +34,6 @@ void CopyEasyChatWord(u8 *dest, u16 word);
bool32 sub_811F8D8(u16 word);
void InitializeEasyChatWordArray(u16 *words, u16 length);
void ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
-bool8 sub_811EB10(u16 word);
+bool8 IsECWordInValidRange(u16 word);
#endif // GUARD_EASYCHAT_H