summaryrefslogtreecommitdiff
path: root/src/field/battle_tower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/field/battle_tower.c')
-rw-r--r--src/field/battle_tower.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/field/battle_tower.c b/src/field/battle_tower.c
index 2b45766dd..db822f71b 100644
--- a/src/field/battle_tower.c
+++ b/src/field/battle_tower.c
@@ -5,25 +5,26 @@
#include "battle_transition.h"
#include "data2.h"
#include "easy_chat.h"
+#include "constants/easy_chat.h"
#include "event_data.h"
#include "item.h"
-#include "items.h"
+#include "constants/items.h"
#include "main.h"
-#include "map_object_constants.h"
-#include "moves.h"
+#include "constants/map_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 "species.h"
+#include "constants/species.h"
#include "string_util.h"
#include "task.h"
#include "text.h"
#include "trainer.h"
#include "tv.h"
-#include "vars.h"
+#include "constants/vars.h"
#include "ewram.h"
#if ENGLISH