diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-15 23:09:52 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-15 23:09:52 +0100 |
commit | 824699f505d373b1cc1247347b9c69d6ef1ce8ca (patch) | |
tree | 4a6cb4912d0ecd13efa6c0c887d850853763d875 /include | |
parent | 90fa97f8105f511f566042a5df0dd487425c615a (diff) |
overworld review changes2
Diffstat (limited to 'include')
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 6e262dc9c..94127c554 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -164,7 +164,7 @@ struct MapHeader { /* 0x00 */ const struct MapData *mapData; /* 0x04 */ const struct MapEvents *events; - /* 0x08 */ u8 *mapScripts; + /* 0x08 */ const u8 *mapScripts; /* 0x0C */ const struct MapConnections *connections; /* 0x10 */ u16 music; /* 0x12 */ u16 mapDataId; |