From 3f34a0491d42c8e35a1d26bb34d59106d8a30660 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 24 Apr 2018 00:47:22 -0400 Subject: through DestroyAreaSprites --- include/region_map.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/region_map.h b/include/region_map.h index c84de209b..2977987ef 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -1,6 +1,13 @@ #ifndef GUARD_REGION_MAP_H #define GUARD_REGION_MAP_H +struct RegionMapLocation +{ + u8 x, y; + u8 width, height; + const u8 *regionMapSectionId; +}; + struct RegionMap { u8 mapSectionName[20]; @@ -72,4 +79,6 @@ void CB2_InitFlyRegionMap(void); void debug_sub_8110F28(void); u16 GetRegionMapSectionAt_(u16 x, u16 y); +extern const struct RegionMapLocation gRegionMapLocations[]; + #endif // GUARD_REGION_MAP_H -- cgit v1.2.3