diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 12:46:28 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-22 01:05:19 +0200 |
commit | d35dc5bd698b8e359669ac0e5bc74b2df0e58bd8 (patch) | |
tree | fa347a11270fc75d67cace34e1e29748c717f0af /src/mail.c | |
parent | 7c4f99560812cd5a8eedb124a9bc99c3f4243438 (diff) |
Add strings2.h
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c index 807864332..4ec107011 100644 --- a/src/mail.c +++ b/src/mail.c @@ -8,6 +8,7 @@ #include "rom4.h" #include "sprite.h" #include "string_util.h" +#include "strings2.h" #include "task.h" #include "text.h" @@ -70,8 +71,6 @@ extern u16 gUnknown_083E562C[][2]; extern struct MailLayout gUnknown_083E5730[]; extern struct MailLayout gUnknown_083E57A4[]; -extern u8 gOtherText_From[]; - static u8 sub_80F8A28(void); static void sub_80F8D50(void); static void sub_80F8DA0(void); |