diff options
author | yenatch <yenatch@gmail.com> | 2017-09-20 23:14:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 23:14:22 -0400 |
commit | 40c1e81d03f4e4fc21675564ca5b879a577a399e (patch) | |
tree | 05d6a27744a82014df531be24531d81b4d5f82ed /include/easy_chat.h | |
parent | e7f91c65d9983ba9944bd7d09f8fe0cf245669d2 (diff) | |
parent | 8d5250fdaad7b50abd05cdee2e0cedfef99cdcbc (diff) |
Merge pull request #40 from PikalaxALT/lilycove_lady
Lilycove lady
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 5143aa39c..fc44b6a8a 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -29,5 +29,8 @@ enum }; void InitEasyChatPhrases(void); +void easy_chat_input_maybe(void); +void CopyEasyChatWord(u8 *, u16); +bool32 sub_811F8D8(u16); #endif // GUARD_EASYCHAT_H |