summaryrefslogtreecommitdiff
path: root/src/pokemon/mail_data.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 13:00:26 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 13:00:26 -0600
commit5f242ae6cee377d219defa8290ef1c164b003f52 (patch)
tree4499f7a75ad102013ca8fba71a6fd34f5e374d53 /src/pokemon/mail_data.c
parent4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff)
abilities, songs, species constants
Diffstat (limited to 'src/pokemon/mail_data.c')
-rw-r--r--src/pokemon/mail_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon/mail_data.c b/src/pokemon/mail_data.c
index ae3f4b3e8..fce796ab0 100644
--- a/src/pokemon/mail_data.c
+++ b/src/pokemon/mail_data.c
@@ -4,7 +4,7 @@
#include "name_string_util.h"
#include "pokemon.h"
#include "pokemon_icon.h"
-#include "species.h"
+#include "constants/species.h"
#include "text.h"
void ClearMailData(void)