overworld review changes2

This commit is contained in:
DizzyEggg
2018-02-15 23:09:52 +01:00
parent 90fa97f810
commit 824699f505
3 changed files with 9 additions and 8 deletions

View File

@@ -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;