diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-01 19:16:57 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-01 16:16:57 -0800 |
commit | 7de050c235adef3031c991bbf4520d785f0a31ad (patch) | |
tree | e6c360ec4edaa676cfea7dea3f85c1a8c6d1a295 /include/global.fieldmap.h | |
parent | 6016d18c1dba45bcd55471ca656d5d53b2118cc6 (diff) |
start decompiling item_use.c (#144)
* begin decompiling item_use.c
* decompile more of item_use.c
* commit what I have currently
* formatting
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 9bcd9c3e7..3759d9d15 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -58,7 +58,8 @@ struct WarpEvent struct CoordEvent { s16 x, y; - u8 filler_4[0x2]; + u8 filler_4; + u8 filler_5; u16 trigger; u16 index; u8 filler_A[0x2]; @@ -76,7 +77,7 @@ struct BgEvent struct MapEvents { - u8 mapObjectCount; + u32 mapObjectCount; u8 warpCount; u8 coordEventCount; u8 bgEventCount; |