summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-01-28 21:23:50 -0600
committercamthesaxman <cameronghall@cox.net>2017-01-28 21:23:50 -0600
commitc4c0e1d7d5630987b6d5f7f4522fc49f29bcbad5 (patch)
tree60000b382c201ee57e66291566942e1bb0d64cb9 /include
parenta500cfc5facbc262757b902c9b0b82a4a1821d3f (diff)
decompile some more
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 6f9ba8a94..536e08cb3 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -72,13 +72,14 @@ struct MapObjectTemplate
/*0x06*/ s16 y;
/*0x08*/ u8 elevation;
/*0x09*/ u8 movementType;
- /*0x0A*/ u16 unkA_0:4;
- u16 unkA_4:4;
+ /*0x0A*/ u8 unkA_0:4;
+ u8 unkA_4:4;
///*0x0B*/ u8 fillerB[1];
/*0x0C*/ u16 unkC;
/*0x0E*/ u16 unkE;
/*0x10*/ u8 *script;
- /*0x14*/ u8 filler_14[0x4];
+ /*0x14*/ u16 unk14;
+ /*0x16*/ u8 filler_16[2];
}; /*size = 0x18*/
struct WarpEvent