diff options
author | yenatch <yenatch@gmail.com> | 2017-05-23 21:21:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 21:21:59 -0400 |
commit | 9640df02dd8651d5b05cf3767f6c7e16a697db3b (patch) | |
tree | df7fed98e02c4113507f6994e615b8f8074dd69e /src/easy_chat.c | |
parent | 21ffe2fa910ede21f0f18a3013ed8ba29c70011e (diff) | |
parent | 3f7d0a195afd90c182cd631e14f5acb5d29be34b (diff) |
Merge pull request #303 from marijnvdwerf/clean/includes
Clean/includes
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index 86719a2ae..b21b00368 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -1,12 +1,14 @@ #include "global.h" #include "easy_chat.h" #include "asm.h" +#include "data2.h" #include "event_data.h" #include "field_message_box.h" #include "pokedex.h" #include "rng.h" #include "string_util.h" #include "strings.h" +#include "strings2.h" #include "text.h" u8 sub_80EB37C(u16); @@ -21,15 +23,11 @@ static u16 sub_80EB9D8(void); static u16 sub_80EB960(void); u16 sub_80EB72C(u16); -extern const u8 gSpeciesNames[][11]; -extern u8 gMoveNames[][13]; extern void *gEasyChatGroupWords[]; extern const u8 gEasyChatGroupSizes[]; extern u16 gSpecialVar_0x8004; -extern const u8 gOtherText_ThreeQuestions[]; - #ifdef NONMATCHING u8 *sub_80EB3FC(u8 *dst, u16 word) { int group, wordIndex; |