diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:22:56 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:22:56 +0100 |
commit | 46fa2557d777096803ff90ba95d5500a9c03d2c5 (patch) | |
tree | ded4f0e046be43e371631fca3ac013d96fa244e0 /src/mail_data.c | |
parent | 930fea6fad24692773b930ec7448c59d599844b8 (diff) | |
parent | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (diff) |
merge mail with master, fix conflicts
Diffstat (limited to 'src/mail_data.c')
-rw-r--r-- | src/mail_data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mail_data.c b/src/mail_data.c index 55ae96e4a..ebb49febf 100644 --- a/src/mail_data.c +++ b/src/mail_data.c @@ -1,9 +1,9 @@ #include "global.h" #include "mail.h" -#include "items.h" +#include "constants/items.h" #include "pokemon.h" #include "pokemon_icon.h" -#include "species.h" +#include "constants/species.h" #include "text.h" #include "international_string_util.h" @@ -199,5 +199,5 @@ bool8 ItemIsMail(u16 itemId) return TRUE; default: return FALSE; -} + } } |