d_a_obj_sekizo OK (#2092)

* Test commit.

* Match initBaseMtx and setBaseMtx

* Match Create, Draw. Execute almost matched.

* Match Execute and simpler functions.

* Misc changes for pause.

* Match CreateHeap and Delete. Start cleanup.

* Match create(). Update inherited fopAc_ac_c members.

* Most of sekizo matched, but .data has extra zeros (param_c underutilized?).

* Minor cleanup.

* Remove unused asm and update progress.

* Fix progress.

* Casting and cullMtx feedback.
This commit is contained in:
ErraticOocca
2024-03-10 19:12:33 -04:00
committed by GitHub
parent dd0fd674f9
commit 86af5df121
15 changed files with 141 additions and 534 deletions
@@ -2,7 +2,35 @@
#define D_A_OBJ_SEKIZO_H
#include "d/bg/d_bg_s_movebg_actor.h"
#include "d/com/d_com_inf_game.h"
#include "f_op/f_op_actor_mng.h"
class daObj_Sekizo_c : public dBgS_MoveBgActor {
public:
/* 80CCDC0C */ cPhs__Step create();
/* 80CCDD00 */ int CreateHeap();
/* 80CCDD8C */ int Create();
/* 80CCDDE8 */ int Delete();
/* 80CCDE3C */ int Execute(Mtx**);
/* 80CCDEF4 */ int Draw();
/* 80CCDFA4 */ void initBaseMtx();
/* 80CCDFE0 */ void setBaseMtx();
/* 0x5A0 */ u32 field_0x5a0;
/* 0x5A4 */ request_of_phase_process_class mPhaseReq;
/* 0x5AC */ J3DModel* mpModel;
/* 0x5B0 */ u8 field_0x5b0;
/* 0x5B1 */ bool field_0x5b1;
/* 0x5B2 */ bool field_0x5b2;
}; // Size: 0x5B4
STATIC_ASSERT(sizeof(daObj_Sekizo_c) == 0x5B4);
class daObj_Sekizo_Param_c {
public:
/* 80CCE118 */ virtual ~daObj_Sekizo_Param_c() {}
};
#endif /* D_A_OBJ_SEKIZO_H */