From 002b39485534f2010d1dcc6f471cbcb63aab682e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 28 Oct 2017 09:05:40 -0400 Subject: through sub_817C7F4 --- include/easy_chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/easy_chat.h') diff --git a/include/easy_chat.h b/include/easy_chat.h index b0a217320..7e816db34 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -34,5 +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); #endif // GUARD_EASYCHAT_H -- cgit v1.2.3 From 5da296e94e8450b48e323da0fa34a064df7cd579 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 28 Oct 2017 09:45:44 -0400 Subject: GetWordPhonemes; assign names and improve guess of types --- include/easy_chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/easy_chat.h') 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 -- cgit v1.2.3