diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-05-17 15:39:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 23:39:54 -0700 |
| commit | 165095b3d9cbb89b5a2e40a67b1f3c5c223ba763 (patch) | |
| tree | 185c4165f7bbcf7c796c3f3e5ad8adb960e2799b /include | |
| parent | 9aa56d55998a2d5181106f11bdb7dbd45a80898d (diff) | |
d_a_e_warpappear Equivalent (weak func order) (#2444)
* d_a_e_warpappear equivalent
* d_a_e_warpappear fmt
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_e_warpappear.h | 3 | ||||
| -rw-r--r-- | include/d/actor/d_a_obj_ihasi.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/d/actor/d_a_e_warpappear.h b/include/d/actor/d_a_e_warpappear.h index 18237f466d..62e9335cc8 100644 --- a/include/d/actor/d_a_e_warpappear.h +++ b/include/d/actor/d_a_e_warpappear.h @@ -2,7 +2,8 @@ #define D_A_E_WARPAPPEAR_H #include "d/d_msg_flow.h" -#include "f_op/f_op_actor_mng.h" +#include "f_op/f_op_actor.h" +#include "SSystem/SComponent/c_phase.h" /** * @ingroup actors-enemies diff --git a/include/d/actor/d_a_obj_ihasi.h b/include/d/actor/d_a_obj_ihasi.h index 965291d063..498229cd3d 100644 --- a/include/d/actor/d_a_obj_ihasi.h +++ b/include/d/actor/d_a_obj_ihasi.h @@ -14,6 +14,7 @@ * @details * */ + class obj_ihasi_class : public fopAc_ac_c { public: /* 0x568 */ request_of_phase_process_class mPhaseReq; @@ -27,7 +28,7 @@ public: /* 0x586 */ s8 mFlag2; /* 0x588 */ Mtx mMtx; /* 0x5B8 */ dBgW* mpBgW; - /* 0x5BC */ u32 field_0x5bc; + /* 0x5BC */ u32 mParticleKey; /* 0x5C0 */ u8 field_0x5c0[4]; }; |
