1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-22 06:45:31 +00:00

remove an unused struct EnMu field @ 0x024A

a continuation to the 211263295c
automatic padding commpensates its absence
This commit is contained in:
feacur 2024-11-07 23:13:43 +01:00
parent 211263295c
commit e2578f456e

View file

@ -17,7 +17,6 @@ typedef struct EnMu {
/* 0x0208 */ u16 defaultTextId;
/* 0x020A */ s16 fidgetTableY[16];
/* 0x022A */ s16 fidgetTableZ[16];
/* 0x024A */ s16 unk_24A;
} EnMu; // size = 0x024C
#endif