diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-16 13:14:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 13:14:03 +0200 |
| commit | ce9f96d932c0028262821ff3fc39a4b05c977285 (patch) | |
| tree | 472cfbb5d063d08e04d3b8b3250281da3c3fccb5 /include | |
| parent | 93b942b2de0b78961dbb5c52fb491c96c6f4656d (diff) | |
Match `00_Core/Actor/Dungeon/ActorEventIcon.cpp` (#119)
* match ActorEventIcon
* mark as complete
Diffstat (limited to 'include')
| -rw-r--r-- | include/Actor/Dungeon/ActorEventIcon.hpp | 5 | ||||
| -rw-r--r-- | include/Unknown/UnkStruct_0202e1a0.hpp | 4 | ||||
| -rw-r--r-- | include/Unknown/UnkStruct_02035064.hpp | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/include/Actor/Dungeon/ActorEventIcon.hpp b/include/Actor/Dungeon/ActorEventIcon.hpp index a7a86751..774905aa 100644 --- a/include/Actor/Dungeon/ActorEventIcon.hpp +++ b/include/Actor/Dungeon/ActorEventIcon.hpp @@ -12,9 +12,10 @@ public: static ActorType gType; /* 000 (base) */ - /* 158 */ void *mUnk_158; + /* 158 */ u32 mUnk_158; /* 15c */ u32 mUnk_15c; /* 160 */ UnkStruct_02035064 mUnk_160; + /* 1e8 */ /* 00 */ virtual ~ActorEventIcon() override; /* 08 */ virtual bool Init() override; @@ -25,6 +26,6 @@ public: static ActorEventIcon *Create(); ActorEventIcon(); - u32 func_ov000_02090648(u32 param1); + void func_ov000_02090648(u32 param1); bool func_ov000_02090774(u32 param1); }; diff --git a/include/Unknown/UnkStruct_0202e1a0.hpp b/include/Unknown/UnkStruct_0202e1a0.hpp index d6d6a793..aacd6144 100644 --- a/include/Unknown/UnkStruct_0202e1a0.hpp +++ b/include/Unknown/UnkStruct_0202e1a0.hpp @@ -5,10 +5,10 @@ // astruct_11 struct UnkStruct_0202e1a0 { - /* 00 */ unk16 mUnk_00; + /* 00 */ u16 mUnk_00; /* 02 */ unk16 mUnk_02; /* 04 */ s32 mUnk_04; - /* 08 */ u32 mUnk_08; + /* 08 */ s32 mUnk_08; /* 0c */ s32 mUnk_0c; /* 10 */ s32 mUnk_10; /* 14 */ s32 mUnk_14; diff --git a/include/Unknown/UnkStruct_02035064.hpp b/include/Unknown/UnkStruct_02035064.hpp index a55b8808..425683de 100644 --- a/include/Unknown/UnkStruct_02035064.hpp +++ b/include/Unknown/UnkStruct_02035064.hpp @@ -36,7 +36,7 @@ public: /* 74 */ u16 *mUnk_74; /* 78 */ s32 *mUnk_78; /* 7c */ u32 mUnk_7c; - /* 80 */ u16 mUnk_80; + /* 80 */ s16 mUnk_80; /* 82 */ unk16 mUnk_82; /* 84 */ unk16 mUnk_84; /* 86 */ bool mUnk_86; |
