mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 05:34:38 -04:00
d_a_obj_riverrock OK (#2279)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef D_A_OBJ_RIVERROCK_H
|
||||
#define D_A_OBJ_RIVERROCK_H
|
||||
|
||||
#include "d/d_bg_s_movebg_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
@@ -11,8 +13,20 @@
|
||||
* @details
|
||||
*
|
||||
*/
|
||||
class daObjRIVERROCK_c : public fopAc_ac_c {
|
||||
class daObjRIVERROCK_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
typedef enum {
|
||||
ACTION_WAIT,
|
||||
ACTION_BREAK,
|
||||
} ActionEnum;
|
||||
|
||||
typedef enum {
|
||||
BREAK_WAIT,
|
||||
BREAK_MOVE,
|
||||
BREAK_BROKEN,
|
||||
BREAK_3,
|
||||
} BreakSubAction;
|
||||
|
||||
/* 80CBC6F4 */ void initCcCylinder();
|
||||
/* 80CBC754 */ void SetCcCyl();
|
||||
/* 80CBC7F8 */ void BreakWaitAction();
|
||||
@@ -24,15 +38,38 @@ public:
|
||||
/* 80CBCE2C */ void BreakSet();
|
||||
/* 80CBD1C4 */ void WaitAction();
|
||||
/* 80CBD204 */ void setBaseMtx();
|
||||
/* 80CBD348 */ void CreateHeap();
|
||||
/* 80CBD3C0 */ void create();
|
||||
/* 80CBD7B4 */ void Create();
|
||||
/* 80CBD814 */ void Execute(f32 (**)[3][4]);
|
||||
/* 80CBD8E0 */ void Draw();
|
||||
/* 80CBD964 */ void Delete();
|
||||
/* 80CBD348 */ int CreateHeap();
|
||||
/* 80CBD3C0 */ int create();
|
||||
/* 80CBD7B4 */ int Create();
|
||||
/* 80CBD814 */ int Execute(Mtx**);
|
||||
/* 80CBD8E0 */ int Draw();
|
||||
/* 80CBD964 */ int Delete();
|
||||
|
||||
private:
|
||||
/* 0x568 */ u8 field_0x568[0x79c - 0x568];
|
||||
/* 0x5A0 */ ActionEnum mAction;
|
||||
/* 0x5A4 */ BreakSubAction mBreakSubAction;
|
||||
/* 0x5A8 */ u8 field_0x5a8;
|
||||
/* 0x5A9 */ u8 field_0x5a9;
|
||||
/* 0x5AA */ s16 field_0x5aa;
|
||||
/* 0x5AC */ int field_0x5ac;
|
||||
/* 0x5B0 */ s16 field_0x5b0;
|
||||
/* 0x5B2 */ s16 field_0x5b2;
|
||||
/* 0x5B4 */ s16 field_0x5b4;
|
||||
/* 0x5B6 */ s16 field_0x5b6;
|
||||
/* 0x5B8 */ s16 field_0x5b8;
|
||||
/* 0x5BA */ u8 field_0x5ba[0x5c4 - 0x5ba];
|
||||
/* 0x5C4 */ cXyz field_0x5c4;
|
||||
/* 0x5D0 */ cXyz field_0x5d0;
|
||||
/* 0x5DC */ cXyz field_0x5dc;
|
||||
/* 0x5E8 */ csXyz field_0x5e8;
|
||||
/* 0x5EE */ bool field_0x5ee;
|
||||
/* 0x5F0 */ Z2SoundObjSimple mSoundObj;
|
||||
/* 0x610 */ int field_0x610;
|
||||
/* 0x614 */ J3DModel* mModel;
|
||||
/* 0x618 */ request_of_phase_process_class mPhase;
|
||||
/* 0x620 */ dCcD_Stts mStts;
|
||||
/* 0x65C */ dCcD_Cyl mCyl;
|
||||
/* 0x798 */ bool mHIONeedDelete;
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daObjRIVERROCK_c) == 0x79c);
|
||||
@@ -40,7 +77,11 @@ STATIC_ASSERT(sizeof(daObjRIVERROCK_c) == 0x79c);
|
||||
class daObjRIVERROCK_HIO_c {
|
||||
public:
|
||||
/* 80CBC6CC */ daObjRIVERROCK_HIO_c();
|
||||
/* 80CBD9C4 */ ~daObjRIVERROCK_HIO_c();
|
||||
/* 80CBD9C4 */ virtual ~daObjRIVERROCK_HIO_c() {}
|
||||
|
||||
/* 0x4 */ s8 field_0x4;
|
||||
/* 0x8 */ f32 field_0x8;
|
||||
/* 0xC */ f32 field_0xc;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user