summaryrefslogtreecommitdiff
path: root/src/battle_tower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle_tower.c')
-rw-r--r--src/battle_tower.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/battle_tower.c b/src/battle_tower.c
index 5d3bc207d..6b8af4d86 100644
--- a/src/battle_tower.c
+++ b/src/battle_tower.c
@@ -1,31 +1,31 @@
#include "global.h"
+#include "battle_tower.h"
#include "battle.h"
#include "battle_setup.h"
-#include "battle_tower.h"
#include "battle_transition.h"
+#include "constants/easy_chat.h"
+#include "constants/event_objects.h"
+#include "constants/items.h"
+#include "constants/moves.h"
+#include "constants/species.h"
+#include "constants/vars.h"
+#include "contest_util.h"
#include "data2.h"
#include "easy_chat.h"
-#include "constants/easy_chat.h"
#include "event_data.h"
+#include "ewram.h"
#include "item.h"
-#include "constants/items.h"
#include "main.h"
-#include "constants/event_objects.h"
-#include "constants/moves.h"
#include "new_game.h"
#include "overworld.h"
#include "pokedex.h"
#include "random.h"
#include "save.h"
-#include "script_pokemon_80C4.h"
-#include "constants/species.h"
#include "string_util.h"
#include "task.h"
#include "text.h"
#include "trainer.h"
#include "tv.h"
-#include "constants/vars.h"
-#include "ewram.h"
#if ENGLISH
#include "data/battle_tower/trainers.h"