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 /src/battle_2.c | |
parent | 19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (diff) |
convert more constants
Diffstat (limited to 'src/battle_2.c')
-rw-r--r-- | src/battle_2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/battle_2.c b/src/battle_2.c index a021e83b0..52530f6b3 100644 --- a/src/battle_2.c +++ b/src/battle_2.c @@ -11,7 +11,7 @@ #include "palette.h" #include "task.h" #include "event_data.h" -#include "species.h" +#include "constants/species.h" #include "berry.h" #include "text.h" #include "item.h" @@ -26,7 +26,7 @@ #include "m4a.h" #include "window.h" #include "random.h" -#include "songs.h" +#include "constants/songs.h" #include "sound.h" #include "battle_message.h" #include "sprite.h" @@ -37,7 +37,7 @@ #include "battle_controllers.h" #include "pokedex.h" #include "constants/abilities.h" -#include "moves.h" +#include "constants/moves.h" #include "trainer_classes.h" #include "evolution_scene.h" #include "roamer.h" |