obj_brakeeff_class Matching (#2430)

* Laid out obj_brakeeff_class members

* Matched daObj_Brakeeff_Draw

* obj_brakeeff::action almost matching

* brakeeff_Delete matching

* daObj_Brakeeff_Execute matching

* work on obj_brakeeff_1

* Matched action and brakeff1

* obj_brakeeff_create almost matching

* d_a_obj_brakeeff Matching

* d_a_obj_brakeeff additional cleanup

* Revert line deleted

* Fix tab indentation

---------

Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
This commit is contained in:
Joaquin Royer
2025-05-15 04:06:51 -04:00
committed by GitHub
parent 3c79fdd2b9
commit c3660c3fe0
3 changed files with 237 additions and 235 deletions
+22 -3
View File
@@ -2,6 +2,13 @@
#define D_A_OBJ_BRAKEEFF_H
#include "f_op/f_op_actor_mng.h"
#include "SSystem/SComponent/c_phase.h"
#include "d/d_cc_d.h"
#include "mtx.h"
class J3DModel;
class mDoExt_brkAnm;
class dBgW;
/**
* @ingroup actors-objects
@@ -12,11 +19,23 @@
*
*/
class obj_brakeeff_class : public fopAc_ac_c {
private:
/* 0x568 */ u8 field_0x568[0x73c - 0x568];
public:
/* 0x568 */ request_of_phase_process_class mRequestOfPhase;
/* 0x570 */ u8 mEffectType;
/* 0x574 */ J3DModel* mpModel;
/* 0x578 */ mDoExt_brkAnm* mpBrk;
/* 0x57C */ s16 mMiscTimer1;
/* 0x57E */ s16 mMiscTimer2;
/* 0x580 */ s16 mMiscTimer3;
/* 0x582 */ s16 mMiscTimers[2];
/* 0x588 */ dCcD_Stts mDCcD_Stts;
/* 0x5C4 */ dCcD_Sph mDCcD_Sph;
/* 0x6FC */ u32 mRuntimeParticleIds[2];
/* 0x704 */ u8 padding_0x704[4];
/* 0x708 */ Mtx mStoredMatrix;
/* 0x738 */ dBgW* mpDBgW;
};
STATIC_ASSERT(sizeof(obj_brakeeff_class) == 0x73c);
#endif /* D_A_OBJ_BRAKEEFF_H */