diff options
Diffstat (limited to 'src/pokeball.c')
-rw-r--r-- | src/pokeball.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeball.c b/src/pokeball.c index 728145791..127ba8e9d 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -6,12 +6,12 @@ #include "battle_anim.h" #include "task.h" #include "sound.h" -#include "songs.h" +#include "constants/songs.h" #include "trig.h" #include "main.h" #include "m4a.h" #include "decompress.h" -#include "species.h" +#include "constants/species.h" #include "util.h" #include "graphics.h" |