mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-26 09:44:29 -04:00
En_Railgibud (#268)
* En_Railgibud * Match func_80BA57F8 (thanks Petrie, Simon, Anghelo) * Match func_80BA5E18, thanks to engineer * a * PR
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7,11 +7,44 @@ struct EnRailgibud;
|
||||
|
||||
typedef void (*EnRailgibudActionFunc)(struct EnRailgibud*, GlobalContext*);
|
||||
|
||||
#define ENRAILGIBUD_GET_7F(thisx) ((thisx)->params & 0x7F)
|
||||
#define ENRAILGIBUD_GET_80(thisx) ((thisx)->params & 0x80)
|
||||
#define ENRAILGIBUD_GET_FF00(thisx) (((thisx)->params & 0xFF00) >> 8)
|
||||
|
||||
typedef struct EnRailgibud {
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x0144 */ char unk_144[0x90];
|
||||
/* 0x0144 */ ColliderCylinder collider;
|
||||
/* 0x0190 */ SkelAnime skelAnime;
|
||||
/* 0x01D4 */ EnRailgibudActionFunc actionFunc;
|
||||
/* 0x01D8 */ char unk_1D8[0x230];
|
||||
/* 0x01D8 */ Vec3f unk_1D8[15];
|
||||
/* 0x028C */ s32 unk_28C;
|
||||
/* 0x0290 */ UNK_TYPE1 unk290[0x4];
|
||||
/* 0x0294 */ Vec3s* unk_294;
|
||||
/* 0x0298 */ s32 unk_298;
|
||||
/* 0x029C */ s32 unk_29C;
|
||||
/* 0x02A0 */ f32 unk_2A0;
|
||||
/* 0x02A4 */ f32 unk_2A4;
|
||||
/* 0x02A8 */ Vec3s jointTable[26];
|
||||
/* 0x0344 */ Vec3s morphTable[26];
|
||||
/* 0x03E0 */ UNK_TYPE1 unk3E0[0x2];
|
||||
/* 0x03E2 */ s16 unk_3E2;
|
||||
/* 0x03E4 */ UNK_TYPE1 unk3E4[0x4];
|
||||
/* 0x03E8 */ s16 unk_3E8;
|
||||
/* 0x03EA */ UNK_TYPE1 unk3EA[0x2];
|
||||
/* 0x03EC */ s16 unk_3EC;
|
||||
/* 0x03EE */ s16 unk_3EE;
|
||||
/* 0x03F0 */ s16 unk_3F0;
|
||||
/* 0x03F2 */ s16 unk_3F2;
|
||||
/* 0x03F4 */ s16 unk_3F4;
|
||||
/* 0x03F6 */ s16 unk_3F6;
|
||||
/* 0x03F8 */ s16 unk_3F8;
|
||||
/* 0x03FA */ s16 unk_3FA;
|
||||
/* 0x03FC */ u16 unk_3FC;
|
||||
/* 0x03FE */ u16 unk_3FE;
|
||||
/* 0x0400 */ u16 unk_400;
|
||||
/* 0x0402 */ s16 unk_402;
|
||||
/* 0x0404 */ u8 unk_404;
|
||||
/* 0x0405 */ s8 unk_405;
|
||||
} EnRailgibud; // size = 0x408
|
||||
|
||||
extern const ActorInit En_Railgibud_InitVars;
|
||||
|
||||
Reference in New Issue
Block a user