diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-07 12:37:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-07 12:37:18 -0500 |
commit | 6ce70985ebcb78267290e35e65aadb6a433c1cba (patch) | |
tree | 11c1e17f0fda2d7e7cedc072314f06d845bd5889 /src/easy_chat_2.c | |
parent | ecf7cf9835ca2f50b4c483c9ee4156d2057e5406 (diff) |
through sub_8100B70
Diffstat (limited to 'src/easy_chat_2.c')
-rw-r--r-- | src/easy_chat_2.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/easy_chat_2.c b/src/easy_chat_2.c index 9e018feaf..28c091dc6 100644 --- a/src/easy_chat_2.c +++ b/src/easy_chat_2.c @@ -107,12 +107,6 @@ bool8 GetEasyChatScreenFrameId(void); bool8 IsPhraseDifferentThanPlayerInput(const u16 *wordsToCompare, u8 numWords); u8 GetEasyChatScreenTemplateId(u8 type); bool32 IsEcWordBufferUninitialized(void); -bool8 sub_80FFF80(void); -bool8 sub_80FFF98(void); -void sub_810011C(void); -void sub_8100134(u16 v0); -bool8 sub_810014C(void); -bool8 sub_8100BF4(void); void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback) { @@ -1370,11 +1364,3 @@ bool32 IsEcWordBufferUninitialized(void) return TRUE; } - -bool8 sub_80FFF80(void) -{ - if (!sub_8100BF4()) - return FALSE; - else - return TRUE; -} |