diff options
| author | Trueffeloot <geiloking135@gmail.com> | 2023-04-08 06:24:08 +0200 |
|---|---|---|
| committer | Trueffeloot <geiloking135@gmail.com> | 2023-04-08 06:24:08 +0200 |
| commit | f49824a4e0114540cdd4682edaf8ca2fd8b25801 (patch) | |
| tree | b2e0872018705b861ea81f863e15950c4d8606c3 /include | |
| parent | 78196a18890f52703c50ec7d78c1dc708723c968 (diff) | |
d_a_tag_poFire OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_Do/m_Do_hostIO.h | 1 | ||||
| -rw-r--r-- | include/rel/d/a/tag/d_a_tag_lv6CstaSw/d_a_tag_lv6CstaSw.h | 1 | ||||
| -rw-r--r-- | include/rel/d/a/tag/d_a_tag_poFire/d_a_tag_poFire.h | 23 |
3 files changed, 23 insertions, 2 deletions
diff --git a/include/m_Do/m_Do_hostIO.h b/include/m_Do/m_Do_hostIO.h index a6f72935e0..abf715f55d 100644 --- a/include/m_Do/m_Do_hostIO.h +++ b/include/m_Do/m_Do_hostIO.h @@ -6,6 +6,7 @@ class mDoHIO_entry_c { public: virtual ~mDoHIO_entry_c() {} + u8 unk_0x4; }; #endif /* M_DO_M_DO_HOSTIO_H */ diff --git a/include/rel/d/a/tag/d_a_tag_lv6CstaSw/d_a_tag_lv6CstaSw.h b/include/rel/d/a/tag/d_a_tag_lv6CstaSw/d_a_tag_lv6CstaSw.h index 4e6743d6f5..9f0dda433d 100644 --- a/include/rel/d/a/tag/d_a_tag_lv6CstaSw/d_a_tag_lv6CstaSw.h +++ b/include/rel/d/a/tag/d_a_tag_lv6CstaSw/d_a_tag_lv6CstaSw.h @@ -26,7 +26,6 @@ public: /* 80D5B2EC */ daLv6CstaSw_HIO_c(); /* 80D5B740 */ virtual ~daLv6CstaSw_HIO_c(); - /* 0x04 */ s8 field_0x4; }; #endif /* D_A_TAG_LV6CSTASW_H */ diff --git a/include/rel/d/a/tag/d_a_tag_poFire/d_a_tag_poFire.h b/include/rel/d/a/tag/d_a_tag_poFire/d_a_tag_poFire.h index e49a792d69..3c5cc4451f 100644 --- a/include/rel/d/a/tag/d_a_tag_poFire/d_a_tag_poFire.h +++ b/include/rel/d/a/tag/d_a_tag_poFire/d_a_tag_poFire.h @@ -1,6 +1,27 @@ #ifndef D_A_TAG_POFIRE_H #define D_A_TAG_POFIRE_H -#include "dolphin/types.h" +#include "d/com/d_com_inf_game.h" +#include "f_op/f_op_actor_mng.h" +#include "m_Do/m_Do_hostIO.h" + +class daTagPoFire_c : public fopAc_ac_c { +public: + /* 80D5DB38 */ void setBaseMtx(); + /* 80D5DB90 */ int create(); + /* 80D5DBF0 */ int Execute(); + /* 80D5DC20 */ int Draw(); + /* 80D5DC28 */ int Delete(); + + /* 0x568 */ u8 field_0x568; + /* 0x569 */ u8 field_0x569; + /* 0x56B */ u16 field_0x56b; +}; + +class daTagPoFire_HIO_c : public mDoHIO_entry_c { +public: + /* 80D5DACC */ daTagPoFire_HIO_c(); + /* 80D5DCB0 */ virtual ~daTagPoFire_HIO_c(); +}; #endif /* D_A_TAG_POFIRE_H */ |
