diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
commit | 5f242ae6cee377d219defa8290ef1c164b003f52 (patch) | |
tree | 4499f7a75ad102013ca8fba71a6fd34f5e374d53 /src/field/tv.c | |
parent | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff) |
abilities, songs, species constants
Diffstat (limited to 'src/field/tv.c')
-rw-r--r-- | src/field/tv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/tv.c b/src/field/tv.c index e58adebc9..28737ecaa 100644 --- a/src/field/tv.c +++ b/src/field/tv.c @@ -12,7 +12,7 @@ #include "random.h" #include "string_util.h" #include "text.h" -#include "species.h" +#include "constants/species.h" #include "pokedex.h" #include "naming_screen.h" #include "overworld.h" @@ -34,7 +34,7 @@ #include "overworld.h" #include "rtc.h" #include "script_menu.h" -#include "species.h" +#include "constants/species.h" #include "string_util.h" #include "strings.h" #include "text.h" |