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/field_effect_helpers.c | |
parent | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff) |
abilities, songs, species constants
Diffstat (limited to 'src/field/field_effect_helpers.c')
-rw-r--r-- | src/field/field_effect_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/field_effect_helpers.c b/src/field/field_effect_helpers.c index c5b67fd9d..1d831d2e9 100644 --- a/src/field/field_effect_helpers.c +++ b/src/field/field_effect_helpers.c @@ -2,7 +2,7 @@ #include "sprite.h" #include "fieldmap.h" #include "metatile_behavior.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" #include "field_map_obj.h" #include "field_camera.h" |