diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-12-17 09:24:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 09:24:56 -0500 |
commit | 07d63fc7faa20317bc49fd16674468fb1510271f (patch) | |
tree | 3a5c0972149b2b5c7598b67ea70bcdedf616eb0c /include/easy_chat.h | |
parent | 63c205e7d0094756ea851e0aed0852671329905c (diff) | |
parent | 0aceac2d340328b1d2af539820e872f04bda6214 (diff) |
Merge pull request #31 from PikalaxALT/mevent
Decompile mevent.s; disassemble script pointers; decompile berry fix payload
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 2b5664420..bd5c9a026 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -37,5 +37,7 @@ 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); +void sub_80BDE28(void); +void EnableRareWord(u8); #endif // GUARD_EASYCHAT_H |