summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-11-01 23:18:10 -0500
committerGitHub <noreply@github.com>2017-11-01 23:18:10 -0500
commitaf197ccd3bd62fab813154dc4311e65f9992a676 (patch)
treeb11dccd5c4a7b083d501cdd2a4596eabe1cce7e7 /include/easy_chat.h
parentb4ac67e0eb8c1b45b056586b483f3f082e650117 (diff)
parent75262c1920a0611f89e95837efb4f5e327760a8b (diff)
Merge pull request #98 from PikalaxALT/bard_music
Decompile bard music
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r--include/easy_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h
index b0a217320..f0ac51c22 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 ECWord_CheckIfOutsideOfValidRange(u16 word);
#endif // GUARD_EASYCHAT_H