diff options
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index b49611e65..c2c9bf64a 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -79,9 +79,8 @@ struct MapObjectTemplate /*0x06*/ s16 y; /*0x08*/ u8 elevation; /*0x09*/ u8 movementType; - /*0x0A*/ u8 unkA_0:4; - u8 unkA_4:4; - ///*0x0B*/ u8 fillerB[1]; + /*0x0A*/ u8 movementRangeX:4; + u8 movementRangeY:4; /*0x0C*/ u16 unkC; /*0x0E*/ u16 unkE; /*0x10*/ u8 *script; |