mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-29 03:34:07 +00:00
clarify a comment
This commit is contained in:
parent
3de848f72a
commit
cfe2b83f96
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ typedef struct EnMd {
|
|||
/* 0x0190 */ EnMdActionFunc actionFunc;
|
||||
/* 0x0194 */ ColliderCylinder collider;
|
||||
/* 0x01E0 */ NpcInteractInfo interactInfo;
|
||||
/* 0x0208 */ u8 messageEntry; // tracks message state changes, in place of `.actor.textId`
|
||||
/* 0x0208 */ u8 messageEntry; // tracks message state changes, like with `BOX_BREAK` or `TEXTID`
|
||||
/* 0x0209 */ u8 messageState; // last known result of `Message_GetState`
|
||||
/* 0x020A */ u8 animSequenceEntry; // each one changes animation info and waits
|
||||
/* 0x020B */ u8 animSequence;
|
||||
|
|
Loading…
Reference in a new issue