diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /include/global.h | |
parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 0f015745b..3c0169606 100644 --- a/include/global.h +++ b/include/global.h @@ -649,7 +649,7 @@ struct SaveBlock1 /* 0x02025734 */ /*0x2E*/ u8 weather; /*0x2F*/ u8 weatherCycleStage; /*0x30*/ u8 flashLevel; // flash level on current map, 0 being normal and 4 being the darkest - /*0x32*/ u16 mapDataId; + /*0x32*/ u16 mapLayoutId; /*0x34*/ u16 mapView[0x100]; /*0x234*/ u8 playerPartyCount; /*0x238*/ struct Pokemon playerParty[6]; |