mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 22:11:24 -04:00
fix (?) fidgetTable size
following the https://github.com/zeldaret/oot/pull/2287#discussion_r1832371833 suggestion
This commit is contained in:
@@ -16,7 +16,8 @@ typedef struct EnMu {
|
||||
/* 0x01E0 */ NpcInteractInfo npcInfo;
|
||||
/* 0x0208 */ u16 defaultTextId;
|
||||
/* 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
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user