mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 20:30:18 -04:00
d_a_sk (#843)
* d_a_sk * PR --------- Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
@@ -822,6 +822,7 @@ private:
|
||||
class J3DFrameCtrl {
|
||||
public:
|
||||
enum Attribute_e {
|
||||
/* -1 */ EMode_NULL = -1,
|
||||
/* 0x0 */ EMode_NONE,
|
||||
/* 0x1 */ EMode_RESET,
|
||||
/* 0x2 */ EMode_LOOP,
|
||||
|
||||
@@ -2,10 +2,28 @@
|
||||
#define D_A_SK_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
|
||||
class sk_class : public fopAc_ac_c {
|
||||
public:
|
||||
/* Place member variables here */
|
||||
};
|
||||
class mDoExt_McaMorf;
|
||||
|
||||
struct sk_class {
|
||||
/* 0x000 */ fopEn_enemy_c actor;
|
||||
/* 0x2AC */ request_of_phase_process_class mPhase;
|
||||
/* 0x2B4 */ u8 m2B4;
|
||||
/* 0x2B5 */ u8 m2B5;
|
||||
/* 0x2B8 */ mDoExt_McaMorf* mpMorf;
|
||||
/* 0x2BC */ bool m2BC;
|
||||
/* 0x2BE */ s16 m2BE;
|
||||
#if VERSION > VERSION_DEMO
|
||||
/* 0x2C0 */ s16 m2C0;
|
||||
#endif
|
||||
/* 0x2C2 */ csXyz m2C2[4];
|
||||
/* 0x2DC */ cXyz m2DC[4];
|
||||
/* 0x30C */ dCcD_Stts mStts;
|
||||
/* 0x348 */ dCcD_Sph m348[5];
|
||||
#if VERSION > VERSION_DEMO
|
||||
/* 0x924 */ JntHit_c* m924;
|
||||
#endif
|
||||
}; // size = 0x928
|
||||
|
||||
#endif /* D_A_SK_H */
|
||||
|
||||
@@ -11,7 +11,7 @@ public:
|
||||
/* 0x2 */ s16 mJointIndex;
|
||||
/* 0x4 */ f32 mRadius;
|
||||
/* 0x8 */ Vec* mpOffsets;
|
||||
};
|
||||
}; // size = 0xC
|
||||
|
||||
class JntHit_c {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user