mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-02 07:46:01 +00:00
fix (?) fidgetTable size
following the https://github.com/zeldaret/oot/pull/2287#discussion_r1832371833 suggestion
This commit is contained in:
parent
1a045d3b4a
commit
211263295c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ typedef struct EnMu {
|
||||||
/* 0x01E0 */ NpcInteractInfo npcInfo;
|
/* 0x01E0 */ NpcInteractInfo npcInfo;
|
||||||
/* 0x0208 */ u16 defaultTextId;
|
/* 0x0208 */ u16 defaultTextId;
|
||||||
/* 0x020A */ s16 fidgetTableY[16];
|
/* 0x020A */ s16 fidgetTableY[16];
|
||||||
/* 0x022A */ s16 fidgetTableZ[17]; // @note: looks like a bug, usually tables match
|
/* 0x022A */ s16 fidgetTableZ[16];
|
||||||
|
/* 0x024A */ s16 unk_24A;
|
||||||
} EnMu; // size = 0x024C
|
} EnMu; // size = 0x024C
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue