1
0
Fork 0
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:
feacur 2024-11-07 11:21:09 +01:00
parent 1a045d3b4a
commit 211263295c

View file

@ -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