mirror of
https://github.com/zeldaret/tp
synced 2026-09-07 11:11:53 -04:00
several files OK
This commit is contained in:
@@ -1,6 +1,29 @@
|
||||
#ifndef D_A_OBJ_HSTARGET_H
|
||||
#define D_A_OBJ_HSTARGET_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/bg/d_bg_s_movebg_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "m_Do/m_Do_hostIO.h"
|
||||
class daHsTarget_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80C1F490 */ void setBaseMtx();
|
||||
/* 80C1F518 */ int CreateHeap();
|
||||
/* 80C1F598 */ int create();
|
||||
/* 80C1F6B0 */ int Execute(f32 (**)[3][4]);
|
||||
/* 80C1F6C4 */ int Draw();
|
||||
/* 80C1F728 */ int Delete();
|
||||
|
||||
u8 getModelType() { return fopAcM_GetParamBit(this, 0, 4); }
|
||||
|
||||
/* 0x5A0 */ request_of_phase_process_class mPhaseReq;
|
||||
/* 0x5A8 */ J3DModel* mpModel;
|
||||
/* 0x5AC */ u8 mIndex;
|
||||
}; // Size: 0x5B0
|
||||
|
||||
class daHsTarget_HIO_c : mDoHIO_entry_c {
|
||||
public:
|
||||
/* 80C1F42C */ daHsTarget_HIO_c();
|
||||
/* 80C1F7F4 */ virtual ~daHsTarget_HIO_c() {}
|
||||
};
|
||||
|
||||
#endif /* D_A_OBJ_HSTARGET_H */
|
||||
|
||||
@@ -1,6 +1,27 @@
|
||||
#ifndef D_A_OBJ_ONSEN_H
|
||||
#define D_A_OBJ_ONSEN_H
|
||||
|
||||
#include "dolphin/types.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 daObjOnsen_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80CA7B58 */ void initBaseMtx();
|
||||
/* 80CA7BB0 */ void setBaseMtx();
|
||||
/* 80CA7C28 */ int Create();
|
||||
/* 80CA7C74 */ int CreateHeap();
|
||||
/* 80CA7E44 */ int create1st();
|
||||
/* 80CA7EEC */ int Execute(Mtx**);
|
||||
/* 80CA7F1C */ int Draw();
|
||||
/* 80CA8008 */ int Delete();
|
||||
|
||||
u32 getType() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
|
||||
/* 0x5A0 */ request_of_phase_process_class mPhaseReq;
|
||||
/* 0x5A8 */ J3DModel* mpModel[2];
|
||||
/* 0x5B0 */ mDoExt_btkAnm* mpBtk;
|
||||
/* 0x5B4 */ u8 mType;
|
||||
}; // Size: 0x5B8
|
||||
|
||||
#endif /* D_A_OBJ_ONSEN_H */
|
||||
|
||||
@@ -1,6 +1,31 @@
|
||||
#ifndef D_A_OBJ_RCIRCLE_H
|
||||
#define D_A_OBJ_RCIRCLE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
|
||||
class daObjRCircle_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80CB8678 */ daObjRCircle_c();
|
||||
|
||||
/* 80CB8814 */ int createHeap();
|
||||
/* 80CB8928 */ int create();
|
||||
/* 80CB8A28 */ int Delete();
|
||||
/* 80CB8A5C */ int draw();
|
||||
/* 80CB8B28 */ int execute();
|
||||
/* 80CB8BE4 */ void init();
|
||||
/* 80CB8BF0 */ void setModelMtx();
|
||||
|
||||
int getSwBit() { return fopAcM_GetParamBit(this, 0, 8) & 0xFF; }
|
||||
|
||||
/* 0x568 */ request_of_phase_process_class mPhaseReq;
|
||||
|
||||
/* 80CB874C */ virtual ~daObjRCircle_c();
|
||||
|
||||
/* 0x574 */ mDoExt_brkAnm mBrk;
|
||||
/* 0x58C */ mDoExt_btkAnm mBtk;
|
||||
/* 0x5A4 */ J3DModel* mpModel;
|
||||
/* 0x5A8 */ u8 mSwitch;
|
||||
};
|
||||
|
||||
#endif /* D_A_OBJ_RCIRCLE_H */
|
||||
|
||||
Reference in New Issue
Block a user