mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Adjust SkelAnime struct to 44 bytes, fix usage of SkelAnime to account for new size
This commit is contained in:
parent
5fc1f7aec5
commit
e73ac1ed58
5 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,6 @@ typedef struct
|
|||
{
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ SkelAnime skelAnime;
|
||||
/* 0x018C */ char unk_18C[0x4];
|
||||
/* 0x0190 */ s16 unk_190;
|
||||
/* 0x0192 */ s16 unk_192;
|
||||
/* 0x0194 */ s32 action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue