diff options
Diffstat (limited to 'include/m_actor.h')
| -rw-r--r-- | include/m_actor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_actor.h b/include/m_actor.h index 955be5d..819d7dc 100644 --- a/include/m_actor.h +++ b/include/m_actor.h @@ -111,9 +111,9 @@ typedef struct Actor { /* 0x074 */ f32 speed; /* 0x078 */ f32 gravity; /* 0x07C */ f32 terminalVelocity; - /* 0x080 */ UNK_TYPE1 unk_080[0x18]; - /* 0x098 */ mCoBG_CheckResult colResult; - /* 0x09C */ UNK_TYPE1 unk_09C[0x19]; + /* 0x080 */ UNK_TYPE1 unk_080[0x4]; + /* 0x084 */ mCoBG_Check colCheck; + /* 0x0B4 */ UNK_TYPE1 unk_0B4[0x1]; /* 0x0B5 */ u8 isDrawn; /* 0x0B6 */ s16 yawTowardsPlayer; /* 0x0B8 */ f32 xyzDistToPlayerSq; |
