summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-24 00:47:22 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-24 00:47:22 -0400
commit3f34a0491d42c8e35a1d26bb34d59106d8a30660 (patch)
tree161db799a9b276cf930210f83397cb019d1f736e /include
parent0774f50bd4670527eee29347273fd63d69e74c25 (diff)
through DestroyAreaSprites
Diffstat (limited to 'include')
-rw-r--r--include/region_map.h9
1 files changed, 9 insertions, 0 deletions
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