summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/daycare.c2
-rw-r--r--src/field_specials.c2
-rw-r--r--src/map_preview_screen.c2
-rw-r--r--src/region_map.c2
-rw-r--r--src/roamer.c2
-rw-r--r--src/trade_scene.c2
-rw-r--r--src/wild_pokemon_area.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/daycare.c b/src/daycare.c
index 4d1b5aa7b..0a19c6c9b 100644
--- a/src/daycare.c
+++ b/src/daycare.c
@@ -28,7 +28,7 @@
#include "field_fadetransition.h"
#include "trade.h"
#include "constants/daycare.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
// Combination of RSE's Day-Care (re-used on Four Island), FRLG's Day-Care, and egg_hatch.c
diff --git a/src/field_specials.c b/src/field_specials.c
index 25d2eceb7..5be7a4d1c 100644
--- a/src/field_specials.c
+++ b/src/field_specials.c
@@ -42,7 +42,7 @@
#include "constants/species.h"
#include "constants/items.h"
#include "constants/maps.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
#include "constants/moves.h"
#include "constants/menu.h"
#include "constants/event_objects.h"
diff --git a/src/map_preview_screen.c b/src/map_preview_screen.c
index cae25b986..1788b17cc 100644
--- a/src/map_preview_screen.c
+++ b/src/map_preview_screen.c
@@ -14,7 +14,7 @@
#include "overworld.h"
#include "event_data.h"
#include "map_preview_screen.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
static EWRAM_DATA bool8 sHasVisitedMapBefore = FALSE;
static EWRAM_DATA bool8 sAllocedBg0TilemapBuffer = FALSE;
diff --git a/src/region_map.c b/src/region_map.c
index 0c2d511bf..731abc59f 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -19,7 +19,7 @@
#include "map_preview_screen.h"
#include "constants/flags.h"
#include "constants/songs.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
#include "constants/spawn_points.h"
#include "constants/maps.h"
diff --git a/src/roamer.c b/src/roamer.c
index 25b5109b0..f3e8bbccd 100644
--- a/src/roamer.c
+++ b/src/roamer.c
@@ -4,7 +4,7 @@
#include "field_specials.h"
#include "constants/species.h"
#include "constants/maps.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
EWRAM_DATA u8 sLocationHistory[3][2] = {};
EWRAM_DATA u8 sRoamerLocation[2] = {};
diff --git a/src/trade_scene.c b/src/trade_scene.c
index 9f0b83ec9..d609a9b53 100644
--- a/src/trade_scene.c
+++ b/src/trade_scene.c
@@ -39,7 +39,7 @@
#include "constants/items.h"
#include "constants/easy_chat.h"
#include "constants/songs.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
#include "constants/moves.h"
#define TAG_GLOW1_TILES 5550
diff --git a/src/wild_pokemon_area.c b/src/wild_pokemon_area.c
index 28c07abc7..ccdd27b40 100644
--- a/src/wild_pokemon_area.c
+++ b/src/wild_pokemon_area.c
@@ -6,7 +6,7 @@
#include "overworld.h"
#include "pokedex_area_markers.h"
#include "constants/vars.h"
-#include "constants/region_map.h"
+#include "constants/region_map_sections.h"
#include "constants/species.h"
struct SeviiDexArea