summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-23 20:41:44 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-23 20:42:26 -0600
commit5a3aab439405d76c98e91bf1f3140584d42e1d62 (patch)
tree4de2070f05fe627ce23856e8736396d60c8ed4e2 /include
parent387cda461b7abc2a30b3680c6e3c78063b4c280b (diff)
match sub_80EF9F8
Diffstat (limited to 'include')
-rw-r--r--include/region_map.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/region_map.h b/include/region_map.h
index 4061c5e3d..254307052 100644
--- a/include/region_map.h
+++ b/include/region_map.h
@@ -4,10 +4,10 @@
struct RegionMap
{
u8 mapSectionName[20];
- u16 mapSectionId;
- u8 unk16;
- u8 everGrandeCityArea;
- u8 (*inputCallback)(void);
+ /*0x14*/ u16 mapSectionId;
+ /*0x16*/ u8 unk16;
+ /*0x17*/ u8 everGrandeCityArea;
+ /*0x18*/ u8 (*inputCallback)(void);
struct Sprite *cursorSprite;
struct Sprite *playerIconSprite;
s32 bg2x;