diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-15 17:04:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 17:04:55 -0600 |
commit | cfec30413c36f3a571d80162796c11a030f42767 (patch) | |
tree | 4a6cb4912d0ecd13efa6c0c887d850853763d875 /include/global.fieldmap.h | |
parent | fcf3f97da94515a34eda2dc1b564f4bc01adc383 (diff) | |
parent | 824699f505d373b1cc1247347b9c69d6ef1ce8ca (diff) |
Merge pull request #209 from DizzyEggg/decompile_overworld
Decompile overworld
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index b12febefd..94127c554 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -162,10 +162,10 @@ struct MapConnections struct MapHeader { - /* 0x00 */ struct MapData *mapData; - /* 0x04 */ struct MapEvents *events; - /* 0x08 */ u8 *mapScripts; - /* 0x0C */ struct MapConnections *connections; + /* 0x00 */ const struct MapData *mapData; + /* 0x04 */ const struct MapEvents *events; + /* 0x08 */ const u8 *mapScripts; + /* 0x0C */ const struct MapConnections *connections; /* 0x10 */ u16 music; /* 0x12 */ u16 mapDataId; /* 0x14 */ u8 regionMapSectionId; |