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
+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
};