* d_a_sk

* PR

---------

Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
Maide
2025-08-12 00:00:01 +01:00
committed by GitHub
parent aad5e63242
commit c249dfc155
5 changed files with 293 additions and 21 deletions
@@ -822,6 +822,7 @@ private:
class J3DFrameCtrl {
public:
enum Attribute_e {
/* -1 */ EMode_NULL = -1,
/* 0x0 */ EMode_NONE,
/* 0x1 */ EMode_RESET,
/* 0x2 */ EMode_LOOP,
+22 -4
View File
@@ -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 */
+1 -1
View File
@@ -11,7 +11,7 @@ public:
/* 0x2 */ s16 mJointIndex;
/* 0x4 */ f32 mRadius;
/* 0x8 */ Vec* mpOffsets;
};
}; // size = 0xC
class JntHit_c {
public: