mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 18:20:30 -04:00
d_a_obj_crvlh_down OK (#2683)
* d_a_obj_crvlh_down OK * symbols * Minor fixes --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
#ifndef D_A_OBJ_CRVLH_DOWN_H
|
||||
#define D_A_OBJ_CRVLH_DOWN_H
|
||||
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "d/d_bg_s_movebg_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
|
||||
/**
|
||||
* @ingroup actors-objects
|
||||
* @class daObjCRVLH_DW_c
|
||||
* @brief Bulblin Tower (Lower Half)
|
||||
* @brief Bulblin Tower (Lower Half)
|
||||
*
|
||||
* @details
|
||||
*
|
||||
*/
|
||||
class daObjCRVLH_DW_c : public fopAc_ac_c {
|
||||
class daObjCRVLH_DW_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80BD4138 */ void initCcCylinder();
|
||||
/* 80BD41A4 */ void SetCcSyl();
|
||||
@@ -19,18 +20,32 @@ public:
|
||||
/* 80BD42D8 */ void Break();
|
||||
/* 80BD45A4 */ void Obj_Hit();
|
||||
/* 80BD4644 */ void setBaseMtx();
|
||||
/* 80BD46EC */ void CreateHeap();
|
||||
/* 80BD4764 */ void create();
|
||||
/* 80BD4A84 */ void Create();
|
||||
/* 80BD4AC8 */ void Execute(Mtx**);
|
||||
/* 80BD4C44 */ void Draw();
|
||||
/* 80BD4CC8 */ void Delete();
|
||||
/* 80BD4764 */ int create();
|
||||
|
||||
/* 80BD46EC */ virtual int CreateHeap();
|
||||
/* 80BD4A84 */ virtual int Create();
|
||||
/* 80BD4AC8 */ virtual int Execute(Mtx**);
|
||||
/* 80BD4C44 */ virtual int Draw();
|
||||
/* 80BD4CC8 */ virtual int Delete();
|
||||
|
||||
private:
|
||||
/* 0x568 */ u8 field_0x568[0x74c - 0x568];
|
||||
/* 0x5A0 */ fpc_ProcID field_0x5a0;
|
||||
/* 0x5A4 */ fpc_ProcID field_0x5a4;
|
||||
/* 0x5A8 */ cXyz field_0x5a8;
|
||||
/* 0x5B4 */ f32 field_0x5b4;
|
||||
/* 0x5B8 */ u8 field_0x5b8;
|
||||
/* 0x5B9 */ u8 field_0x5b9;
|
||||
/* 0x5BA */ u8 field_0x5ba;
|
||||
/* 0x5BB */ u8 field_0x5bb;
|
||||
/* 0x5BC */ u8 mParam;
|
||||
/* 0x5BD */ u8 field_0x5bd[6];
|
||||
/* 0x5C4 */ J3DModel* mpModel;
|
||||
/* 0x5C8 */ request_of_phase_process_class mPhase;
|
||||
/* 0x5D0 */ dCcD_Stts mStts;
|
||||
/* 0x60C */ dCcD_Cyl mCyl;
|
||||
/* 0x748 */ u8 field_0x748[4];
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daObjCRVLH_DW_c) == 0x74c);
|
||||
|
||||
|
||||
#endif /* D_A_OBJ_CRVLH_DOWN_H */
|
||||
|
||||
Reference in New Issue
Block a user