diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-12-11 12:27:51 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-12-11 12:27:51 -0600 |
| commit | c681b482c2ab0a4281cb6ad5927ce8ca565a3692 (patch) | |
| tree | f921b45edbf2dfc050524dd48b1e0cf1bb6d45e9 /include/data | |
| parent | 19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (diff) | |
convert more constants
Diffstat (limited to 'include/data')
| -rw-r--r-- | include/data/bard_music/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/data/bard_music/pokemon.h b/include/data/bard_music/pokemon.h index 7b4081a3c..693005360 100644 --- a/include/data/bard_music/pokemon.h +++ b/include/data/bard_music/pokemon.h @@ -1,6 +1,6 @@ #ifndef GUARD_DATA_BARD_MUSIC_POKEMON_H #define GUARD_DATA_BARD_MUSIC_POKEMON_H -#include "species.h" +#include "constants/species.h" const u16 gUnknown_085F5490 = NUM_SPECIES; |
