mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-09 18:57:22 -04:00
Sub_S Prototypes and approriate header stuff (#408)
* Add sub_s prototypes * Rename limbDrawTable to jointTable * Rename UnkActorDraws * Fix warnings * Fix warnings
This commit is contained in:
@@ -76,32 +76,6 @@ typedef struct {
|
||||
/* 0x3A */ s16 unk3A;
|
||||
} ActorEnTest20C; // size = 0x3C
|
||||
|
||||
struct EnDno_ActorUnkStruct;
|
||||
typedef s32 (*EnDno_ActorUnkFunc)(struct GlobalContext*, struct EnDno_ActorUnkStruct*);
|
||||
|
||||
typedef struct EnDno_ActorUnkStruct {
|
||||
/* 0x00 */ Vec3f unk_00;
|
||||
/* 0x0C */ UNK_TYPE1 unk_0C[0x4];
|
||||
/* 0x10 */ s16 unk_10;
|
||||
/* 0x12 */ UNK_TYPE1 unk_12[0xA];
|
||||
/* 0x1C */ u8 unk_1C;
|
||||
/* 0x1D */ u8 unk_1D;
|
||||
/* 0x20 */ Vec3f unk_20;
|
||||
/* 0x2C */ Vec3f unk_2C;
|
||||
/* 0x38 */ Vec3f unk_38;
|
||||
/* 0x44 */ UNK_TYPE1 unk_44[0x4];
|
||||
/* 0x48 */ struct Actor* unk_48;
|
||||
/* 0x4C */ f32 unk_4C;
|
||||
/* 0x50 */ f32 unk_50;
|
||||
/* 0x54 */ s16 unk_54;
|
||||
/* 0x56 */ s16 unk_56;
|
||||
/* 0x58 */ s32 unk_58;
|
||||
/* 0x5C */ EnDno_ActorUnkFunc unk_5C;
|
||||
/* 0x60 */ EnDno_ActorUnkFunc unk_60;
|
||||
/* 0x64 */ EnDno_ActorUnkFunc unk_64;
|
||||
/* 0x68 */ EnDno_ActorUnkFunc unk_68;
|
||||
} EnDno_ActorUnkStruct; // size >= 0x6C
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ s16 id;
|
||||
/* 0x02 */ u8 type;
|
||||
|
||||
Reference in New Issue
Block a user