Setup d_a_obj Actors (#2161)

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* finish

* add class comments

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* finish

* add class comments

* rm duplicate comments

* fix build
This commit is contained in:
Pheenoh
2024-05-29 00:49:10 -07:00
committed by GitHub
parent 7c7bc7fbd0
commit 2e7510db5f
634 changed files with 17956 additions and 37461 deletions
@@ -5,6 +5,14 @@
#include "d/msg/d_msg_flow.h"
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-objects
* @class daObjTable_c
* @brief Table
*
* @details
*
*/
class daObjTable_c : public dBgS_MoveBgActor {
public:
/* 80D06560 */ int CreateHeap();
@@ -19,12 +27,13 @@ public:
s16 getMessageNo() { return (s16)fopAcM_GetParamBit(this, 0, 16); }
private:
/* 0x5A0 */ J3DModel* mpModel;
/* 0x5A4 */ request_of_phase_process_class mPhaseReq;
/* 0x5AC */ dMsgFlow_c mMsgFlow;
/* 0x5F8 */ u32 mShadowKey;
/* 0x5FC */ s16 mEventID;
}; // Size: 0x600
};
STATIC_ASSERT(sizeof(daObjTable_c) == 0x600);