diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-05-27 14:28:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 18:28:49 +0000 |
| commit | e560ff093aac0c48a23388c647f5139da82232bc (patch) | |
| tree | e94c99887d6744bb0246b8c832a812a2d01d1a2a /src/overlays/actors/ovl_En_Sa/z_en_sa.h | |
| parent | 2cefc0e10905d2b3e517dd0b37fa087ca34ffe04 (diff) | |
Document `EnSa` (#2744)
* Document `EnSa`
* Rename INFTABLE entries
* Animation set -> group
* Remove trailing commas
* Rename textState field
* Remove trailing comma
* Rename EVENTCHKINF flag
* Correct frowning/closed swap of enum
* Rename INFTABLE flag
Diffstat (limited to 'src/overlays/actors/ovl_En_Sa/z_en_sa.h')
| -rw-r--r-- | src/overlays/actors/ovl_En_Sa/z_en_sa.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/overlays/actors/ovl_En_Sa/z_en_sa.h b/src/overlays/actors/ovl_En_Sa/z_en_sa.h index 1161b67ca..4cd620cce 100644 --- a/src/overlays/actors/ovl_En_Sa/z_en_sa.h +++ b/src/overlays/actors/ovl_En_Sa/z_en_sa.h @@ -14,18 +14,18 @@ typedef struct EnSa { /* 0x0190 */ EnSaActionFunc actionFunc; /* 0x0194 */ ColliderCylinder collider; /* 0x01E0 */ NpcInteractInfo interactInfo; - /* 0x0208 */ u8 unk_208; - /* 0x0209 */ u8 unk_209; - /* 0x020A */ u8 unk_20A; - /* 0x020B */ u8 unk_20B; - /* 0x020C */ s16 unk_20C; - /* 0x020E */ s16 unk_20E; - /* 0x0210 */ s16 unk_210; + /* 0x0208 */ u8 messageIndex; + /* 0x0209 */ u8 prevTextState; + /* 0x020A */ u8 animPhase; + /* 0x020B */ u8 animGroup; + /* 0x020C */ s16 stepTimer; + /* 0x020E */ s16 blinkTimer; + /* 0x0210 */ s16 cueId; /* 0x0212 */ s16 rightEyeIndex; /* 0x0214 */ s16 leftEyeIndex; /* 0x0216 */ s16 mouthIndex; /* 0x0218 */ s16 alpha; - /* 0x021A */ Vec3s unk_21A; + /* 0x021A */ Vec3s initRot; /* 0x0220 */ Vec3s jointTable[17]; /* 0x0286 */ Vec3s morphTable[17]; } EnSa; // size = 0x02EC |
