summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-01-27 15:58:28 -0600
committercamthesaxman <cameronghall@cox.net>2017-01-27 15:58:28 -0600
commita500cfc5facbc262757b902c9b0b82a4a1821d3f (patch)
tree38259e9031b54dd3fd63babc5b2982b38c031b7c /include/global.fieldmap.h
parent9442bdcbf3abf3e44d2829ec72bfe23649c7d8ac (diff)
start decompiling more of field_map_obj
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 5c498de49..6f9ba8a94 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -66,12 +66,17 @@ struct MapData
struct MapObjectTemplate
{
/*0x00*/ u8 localId;
- /*0x01*/ u8 filler_1[0x3];
+ /*0x01*/ u8 graphicsId;
+ /*0x02*/ u8 filler_2[0x2];
/*0x04*/ s16 x;
/*0x06*/ s16 y;
/*0x08*/ u8 elevation;
/*0x09*/ u8 movementType;
- /*0x0A*/ u8 filler_A[0x6];
+ /*0x0A*/ u16 unkA_0:4;
+ u16 unkA_4:4;
+ ///*0x0B*/ u8 fillerB[1];
+ /*0x0C*/ u16 unkC;
+ /*0x0E*/ u16 unkE;
/*0x10*/ u8 *script;
/*0x14*/ u8 filler_14[0x4];
}; /*size = 0x18*/