summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-02-17 04:03:59 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-02-17 04:03:59 -0600
commitebd88b36060e8958fbf5f3b2028629575c79a243 (patch)
tree101cf777ea827ff7e68069c5ad45822a629ea75c /include/global.fieldmap.h
parent1605f6253564e4e5f67dd295a1ac70145e5c1c9d (diff)
parente2932a38ded59a6b794d10024498db718c0b0bb9 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into intro
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h8
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;