1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-20 13:40:02 +00:00

Adjust SkelAnime struct to 44 bytes, fix usage of SkelAnime to account for new size

This commit is contained in:
KrimtonZ 2020-03-18 09:41:18 -05:00
commit e73ac1ed58
5 changed files with 4 additions and 6 deletions

View file

@ -1024,8 +1024,10 @@ typedef struct
/* 0x34 */ s32 unk_34;
/* 0x38 */ s32 unk_38;
/* 0x3C */ u16 unk_3C;
/* 0x3E */ u16 unk_3E; /* Probably Padding */
} SkelAnime; // size = 0x40
/* 0x3E */ u16 unk_3E;
/* 0x40 */ u16 unk_40;
/* 0x42 */ u16 unk_42;
} SkelAnime; // size = 0x44
typedef struct
{