summaryrefslogtreecommitdiff
path: root/src/pokeball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokeball.c')
-rw-r--r--src/pokeball.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/pokeball.c b/src/pokeball.c
index bb02a02ba..09e7ac639 100644
--- a/src/pokeball.c
+++ b/src/pokeball.c
@@ -1,19 +1,19 @@
#include "global.h"
-#include "pokemon.h"
-#include "sprite.h"
-#include "pokeball.h"
#include "battle.h"
#include "battle_anim.h"
-#include "task.h"
-#include "sound.h"
-#include "constants/songs.h"
-#include "trig.h"
+#include "decompress.h"
+#include "graphics.h"
#include "main.h"
#include "m4a.h"
-#include "decompress.h"
-#include "constants/species.h"
+#include "pokeball.h"
+#include "pokemon.h"
+#include "sound.h"
+#include "sprite.h"
+#include "task.h"
+#include "trig.h"
#include "util.h"
-#include "graphics.h"
+#include "constants/songs.h"
+#include "constants/species.h"
extern struct MusicPlayerInfo gMPlayInfo_BGM;