diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-28 10:42:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-28 10:42:28 -0400 |
commit | a1ad14f4afddfaaf4604183a1f56d7fc273f4626 (patch) | |
tree | dcf8669b8d0e951b45ba2822c0cfc5534c73be90 /include/region_map.h | |
parent | 88d840c711912ffbd8590b98c5647c6b04e3077a (diff) |
Sync makefile echo lines from Emerald; RegionMapState.choseFlyLocation
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/region_map.h b/include/region_map.h index 474e1ebda..dc3b8cee6 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -68,7 +68,8 @@ struct RegionMapState u16 mapSectionId; struct RegionMap regionMap; u16 unk_888[0xE0]; - u8 blankMapName[12]; + u8 blankMapName[0x26]; + bool8 choseFlyLocation; }; extern struct RegionMapState *const gRegionMapState; |