summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h5
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;