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/rom3.c | |
parent | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff) |
abilities, songs, species constants
Diffstat (limited to 'src/rom3.c')
-rw-r--r-- | src/rom3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom3.c b/src/rom3.c index 16e605390..b150893d3 100644 --- a/src/rom3.c +++ b/src/rom3.c @@ -11,7 +11,7 @@ #include "pokemon.h" #include "rom3.h" #include "rom_8094928.h" -#include "species.h" +#include "constants/species.h" #include "task.h" #include "util.h" #include "battle_message.h" |