Match GameModeManager and nearby/related functions (#22)

* match GameModeManager and surroundings

* add small comment about data_ov000_020b1e48

* minor fixes

* overlay 0 gamemode stuff

* tool hotfix
This commit is contained in:
Yanis
2026-01-19 02:23:52 +01:00
committed by GitHub
parent b80acf3455
commit e9789bf360
72 changed files with 1042 additions and 471 deletions
+3 -1
View File
@@ -1,9 +1,10 @@
#pragma once
#include "System/SysFault.hpp"
#include "types.h"
#include <nitro/Overlay.h>
// #include "Item/Item.hpp"
typedef u32 ItemFlag;
EXTERN_OVERLAY_ID(0);
@@ -394,6 +395,7 @@ public:
void LoadEquipItem(ItemFlag equipId);
SysFault *func_020148d0(unk32 param1);
void func_02014994(unk32 param1);
};