fixed build issues and function non-matchings

This commit is contained in:
Yanis42
2024-04-17 13:59:41 +02:00
parent e38046cd56
commit 808cd5bf0f
6 changed files with 28 additions and 1076 deletions
+13 -15
View File
@@ -11,22 +11,20 @@
#include "Physics/Transform.hpp"
#include "Player/EquipBoomerang.hpp"
class Actor_UnkStruct_012 {
public:
/* 00 */ u16 mUnk_00;
/* 02 */ u8 mUnk_02;
/* 03 */ u8 mUnk_03;
/* 04 */ u32 mUnk_04;
/* 08 */ u32 mUnk_08;
/* 0c */ u32 mUnk_0c;
/* 10 */ u8 mUnk_10;
/* 11 */ u8 mUnk_11;
/* 12 */ u8 mUnk_12[0x2];
/* 14 */ u32 mUnk_14;
/* 18 */ u32 mUnk_18;
/* 1c */
Actor_UnkStruct_012();
struct Actor_UnkStruct_012 {
/* 00 */ u16 mUnk_00;
/* 02 */ u8 mUnk_02;
/* 03 */ u8 mUnk_03;
/* 04 */ u32 mUnk_04;
/* 08 */ u32 mUnk_08;
/* 0c */ u32 mUnk_0c;
/* 10 */ u8 mUnk_10;
/* 11 */ u8 mUnk_11;
/* 12 */ u8 mUnk_12[0x2];
/* 14 */ u32 mUnk_14;
/* 18 */ u32 mUnk_18;
/* 1c */
};
struct Actor_UnkStruct_020 {
+1 -1
View File
@@ -30,7 +30,7 @@ public:
/* 000 (base) */
/* 158 */ RupeeId mRupeeId;
/* 15c */ s16 mUnk_15c;
/* 15c */ u16 mUnk_15c;
/* 15e */ unk16 mUnk_15e;
/* 160 */
+1 -1
View File
@@ -74,5 +74,5 @@ class PlayerLinkBase: public PlayerBase {
/* 84 */ virtual void ResetUnk_5e();
/* 88 */
public:
bool PlayItemCutscene(ItemId cutsceneItemId);
bool func_ov00_020bce48(ItemId cutsceneItemId); // PlayItemCutscene
};