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/script_pokemon_util_80F99CC.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/script_pokemon_util_80F99CC.c')
-rw-r--r-- | src/script_pokemon_util_80F99CC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util_80F99CC.c b/src/script_pokemon_util_80F99CC.c index d95a0ed39..aed11bb7e 100644 --- a/src/script_pokemon_util_80F99CC.c +++ b/src/script_pokemon_util_80F99CC.c @@ -12,7 +12,7 @@ #include "overworld.h" #include "script.h" #include "script_pokemon_80F9.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" #include "string_util.h" #include "task.h" |