From 7de050c235adef3031c991bbf4520d785f0a31ad Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sun, 1 Jan 2017 19:16:57 -0500 Subject: start decompiling item_use.c (#144) * begin decompiling item_use.c * decompile more of item_use.c * commit what I have currently * formatting --- include/global.fieldmap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/global.fieldmap.h') 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; -- cgit v1.2.3