summaryrefslogtreecommitdiff
path: root/include/d/actor
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-15 15:39:17 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-15 15:39:17 -0400
commitd68b1d5f8affb478fec2cb57034e921665fa5974 (patch)
treee0c5c518a8c68e3226abe7c8c42a152e2c5e4021 /include/d/actor
parent4c533b87644611a6b725dd1e6af2f852e6fb5e66 (diff)
Fix d_a_tag_md_cb prm struct
Diffstat (limited to 'include/d/actor')
-rw-r--r--include/d/actor/d_a_tag_md_cb.h30
1 files changed, 17 insertions, 13 deletions
diff --git a/include/d/actor/d_a_tag_md_cb.h b/include/d/actor/d_a_tag_md_cb.h
index ff1b983d..119bd1d9 100644
--- a/include/d/actor/d_a_tag_md_cb.h
+++ b/include/d/actor/d_a_tag_md_cb.h
@@ -27,7 +27,7 @@ public:
BOOL messageAction(void*);
BOOL talk_init();
BOOL talk();
- u16 next_msgStatus(unsigned long*);
+ u16 next_msgStatus(u32*);
BOOL eventProc();
void eventEnd();
s32 getMyStaffId();
@@ -77,24 +77,28 @@ public:
class daTag_MdCb_HIO_c : public JORReflexible {
public:
+ struct hio_prm_c {
+ /* 0x00 */ f32 m00;
+ /* 0x04 */ f32 m04;
+ /* 0x08 */ s16 m08;
+ /* 0x0A */ s16 m0A;
+ /* 0x0C */ u8 m0C;
+ /* 0x0D */ u8 m0D;
+ /* 0x0E */ u8 m0E;
+ /* 0x0F */ u8 m0F;
+ /* 0x10 */ u8 m10;
+ /* 0x11 */ u8 m11;
+ /* 0x12 */ u8 m12;
+ }; // Size: 0x14
+
daTag_MdCb_HIO_c();
virtual ~daTag_MdCb_HIO_c() {}
public:
/* 0x04 */ s8 mNo;
- /* 0x08 */ f32 m08;
- /* 0x0C */ f32 m0C;
- /* 0x10 */ s16 m10;
- /* 0x12 */ s16 m12;
- /* 0x14 */ u8 m14;
- /* 0x15 */ u8 m15;
- /* 0x16 */ u8 m16;
- /* 0x17 */ u8 m17;
- /* 0x18 */ u8 m18;
- /* 0x19 */ u8 m19;
- /* 0x1A */ u8 m1A;
- /* 0x1C */ daTag_MdCb_c* m1C;
+ /* 0x08 */ hio_prm_c mPrm;
+ /* 0x1C */ daTag_MdCb_c* mpActor;
}; // size = 0x20
#endif /* D_A_TAG_MD_CB_H */