diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-04-25 00:28:57 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-04-25 00:28:57 -0400 |
commit | 6a401b53867de87165f625510624c4a296dba34b (patch) | |
tree | 1a03aba54ebed695fffe2c11a1eb26f2b975f960 /include/easy_chat.h | |
parent | 069a7e71fc8bd0886fe2d5c39bb96d8fee0d798b (diff) | |
parent | 867b496f2e5a525043c9fd82ccaaad9349c89fac (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_pokedex
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index f0ac51c22..e5fdc8bea 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -35,5 +35,6 @@ 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); +u16 sub_811EE38(u16 group); #endif // GUARD_EASYCHAT_H |