mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 02:10:57 +00:00
EnGirlA all matching but 2
This commit is contained in:
parent
b55fc9a4e0
commit
88a29c1f8c
13 changed files with 1038 additions and 365 deletions
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,32 @@ struct EnGirlA;
|
|||
|
||||
typedef struct EnGirlA {
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ char unk_14C[0x88];
|
||||
/* 0x014C */ SkelAnime skelAnime;
|
||||
/* 0x0190 */ void (*actionFunc)(struct EnGirlA*, GlobalContext*);
|
||||
/* 0x0194 */ s8 unk_194;
|
||||
/* 0x0195 */ s8 unk_195;
|
||||
/* 0x0196 */ s16 unk_196;
|
||||
/* 0x0198 */ void (*unk_198)(struct EnGirlA*, GlobalContext*);
|
||||
/* 0x019C */ s32 unk_19C;
|
||||
/* 0x01A0 */ s16 unk_1A0;
|
||||
/* 0x01A2 */ s16 unk_1A2;
|
||||
/* 0x01A4 */ s32 unk_1A4;
|
||||
/* 0x01A8 */ s16 unk_1A8;
|
||||
/* 0x01AA */ s16 unk_1AA;
|
||||
/* 0x01AC */ void (*unk_1AC)(GlobalContext*, struct EnGirlA*);
|
||||
/* 0x01B0 */ void (*unk_1B0)(GlobalContext*, struct EnGirlA*);
|
||||
/* 0x01B4 */ s16 unk_1B4;
|
||||
/* 0x01B6 */ s16 unk_1B6;
|
||||
/* 0x01B8 */ s16 unk_1B8;
|
||||
/* 0x01BA */ s16 unk_1BA;
|
||||
/* 0x01BC */ void* unk_1BC;
|
||||
/* 0x01C0 */ void* unk_1C0;
|
||||
/* 0x01C4 */ void* unk_1C4;
|
||||
/* 0x01C8 */ s16 unk_1C8;
|
||||
/* 0x01CA */ s16 unk_1CA;
|
||||
/* 0x01CC */ s16 unk_1CC;
|
||||
/* 0x01CE */ s16 unk_1CE;
|
||||
/* 0x01D0 */ void (*unk_1D0)(struct EnGirlA*, GlobalContext*, s32);
|
||||
} EnGirlA; // size = 0x01D4
|
||||
|
||||
extern const ActorInit En_Girla_InitVars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue