summaryrefslogtreecommitdiff
path: root/src/map_preview_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-11 01:04:27 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-03-11 01:04:27 -0400
commitcbe6e27f3760d6e95d9f2af301c8320aa0a809e2 (patch)
tree91bcda1848a71f021478cdadcfc1a80114a68775 /src/map_preview_screen.c
parentbbd5b2dfed5fd22607d52e605f416ff77d3b3681 (diff)
region_map.h to region_map_sections.h
Diffstat (limited to 'src/map_preview_screen.c')
-rw-r--r--src/map_preview_screen.c2
1 files changed, 1 insertions, 1 deletions
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;