1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Remove struct padding

This commit is contained in:
Sirius902 2020-10-19 00:36:21 -07:00
parent 22a4bc6792
commit 87b0bd73da

View File

@ -34,7 +34,6 @@ typedef struct EnIk {
/* 0x04CC */ s32 drawMode;
/* 0x04D0 */ u32 npcAction;
/* 0x04D4 */ s32 unk_4D4;
/* 0x04D8 */ char unk_4D8[0x04];
} EnIk; // size = 0x04DC
extern const ActorInit En_Ik_InitVars;