diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-27 14:07:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 14:07:31 -0600 |
commit | 5498eaf94849bbc7b56d8c280862b61ecefa0643 (patch) | |
tree | 518b0b12e669c09c31a33c7a071f10bcd4ea76b9 /src/battle/battle_7.c | |
parent | 66f2ac4ba38cb32eb210545536a487969b593d10 (diff) | |
parent | 5d74d11d3e3047b4b53153365325db9e6999c627 (diff) |
Merge pull request #477 from camthesaxman/constant_headers
Use common headers for constants in assembly and C
Diffstat (limited to 'src/battle/battle_7.c')
-rw-r--r-- | src/battle/battle_7.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/battle_7.c b/src/battle/battle_7.c index 0728b4b71..5a30e012d 100644 --- a/src/battle/battle_7.c +++ b/src/battle/battle_7.c @@ -11,9 +11,9 @@ #include "pokemon.h" #include "rom_8077ABC.h" #include "rom_8094928.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" -#include "species.h" +#include "constants/species.h" #include "sprite.h" #include "task.h" #include "text.h" |