mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 06:53:23 -04:00
d_a_obj_lv4HsTarget OK and mDoHIO_entry_c fix
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
class mDoHIO_entry_c {
|
||||
public:
|
||||
virtual ~mDoHIO_entry_c() {}
|
||||
u8 unk_0x4;
|
||||
};
|
||||
|
||||
#endif /* M_DO_M_DO_HOSTIO_H */
|
||||
|
||||
@@ -1,6 +1,28 @@
|
||||
#ifndef D_A_OBJ_LV4HSTARGET_H
|
||||
#define D_A_OBJ_LV4HSTARGET_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 daLv4HsTarget_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80C5F690 */ void setBaseMtx();
|
||||
/* 80C5F784 */ int create();
|
||||
|
||||
/* 80C5F718 */ virtual int CreateHeap();
|
||||
/* 80C5F85C */ virtual int Execute(Mtx**);
|
||||
/* 80C5F870 */ virtual int Draw();
|
||||
/* 80C5F8D4 */ virtual int Delete();
|
||||
|
||||
/* 0x5A0 */ request_of_phase_process_class mPhase;
|
||||
/* 0x5A8 */ J3DModel* mpModel;
|
||||
};
|
||||
|
||||
class daLv4HsTarget_HIO_c : public mDoHIO_entry_c {
|
||||
public:
|
||||
/* 80C5F62C */ daLv4HsTarget_HIO_c();
|
||||
/* 80C5F990 */ virtual ~daLv4HsTarget_HIO_c() {}
|
||||
};
|
||||
|
||||
#endif /* D_A_OBJ_LV4HSTARGET_H */
|
||||
|
||||
@@ -27,6 +27,8 @@ class daTagCstaSw_HIO_c : public mDoHIO_entry_c {
|
||||
public:
|
||||
/* 805A202C */ daTagCstaSw_HIO_c();
|
||||
/* 805A2480 */ virtual ~daTagCstaSw_HIO_c();
|
||||
|
||||
u8 unk_0x4;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_CSTASW_H */
|
||||
|
||||
@@ -13,13 +13,13 @@ public:
|
||||
/* 8048EF6C */ int Draw();
|
||||
/* 8048EF74 */ void initialize();
|
||||
|
||||
/* 0x568 */ dMsgFlow_c field_0x568;
|
||||
/* 0x5B4 */ cBgS_GndChk field_0x5b4;
|
||||
/* 0x568 */ dMsgFlow_c mMsgFlow;
|
||||
/* 0x5B4 */ cBgS_GndChk mGndChk;
|
||||
/* 0x5F0 */ u32 field_0x5f0;
|
||||
/* 0x5F4 */ f32 field_0x5f4;
|
||||
/* 0x5F4 */ f32 mGroundCross;
|
||||
/* 0x5F8 */ s32 field_0x5f8;
|
||||
/* 0x5FC */ u32 field_0x5fc;
|
||||
/* 0x600 */ s32 field_0x600;
|
||||
/* 0x600 */ int mFlowIndex;
|
||||
/* 0x604 */ u8 field_0x604;
|
||||
|
||||
/* 8048ECAC */ virtual ~daTag_Lantern_c();
|
||||
|
||||
@@ -27,6 +27,7 @@ public:
|
||||
/* 80D5B2EC */ daLv6CstaSw_HIO_c();
|
||||
/* 80D5B740 */ virtual ~daLv6CstaSw_HIO_c();
|
||||
|
||||
u8 unk_0x4;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_LV6CSTASW_H */
|
||||
|
||||
@@ -22,6 +22,8 @@ class daTagPoFire_HIO_c : public mDoHIO_entry_c {
|
||||
public:
|
||||
/* 80D5DACC */ daTagPoFire_HIO_c();
|
||||
/* 80D5DCB0 */ virtual ~daTagPoFire_HIO_c();
|
||||
|
||||
u8 unk_0x4;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_POFIRE_H */
|
||||
|
||||
Reference in New Issue
Block a user