diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 19:00:01 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 19:00:01 -0800 |
commit | 68edc37098d6decd03a416155a64766db964ca39 (patch) | |
tree | 2ddec4681db25e009662c7c4f5d7e11002e550f1 | |
parent | 530adda9554ba77e65a05f795e85432b008f9655 (diff) |
fix MapEvents struct
-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 3759d9d15..caef5855f 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -77,7 +77,7 @@ struct BgEvent struct MapEvents { - u32 mapObjectCount; + u8 mapObjectCount; u8 warpCount; u8 coordEventCount; u8 bgEventCount; |