mirror of
https://github.com/zeldaret/st
synced 2026-05-24 07:10:56 -04:00
90203403dd
* GameModeAdventure_001 OK * GameModeAdventure_024 17% * GameModeAdventure_024 73% * GameModeAdventure_024 99% * jp region differences * rename GameModeAdventure_024 and GameModeAdventure + UnkStruct_ov000_020d8660_024 OK * UnkActorSystem1OK * UnkActorSystem2 OK * delink more of ov024 & UnkStruct_027e0998_024 OK * improve instance stuff & UnkStruct_027e0cf8_024 OK * AdventureModeManager_160_024 OK & GameModeStartUp OK * fix regressions * fix regressions 2 * AdventureModeManager_170 OK * AdventureModeManager_174_Base OK * AdventureModeManager_174 OK * mark GameModeAdventure_024 as complete * AdventureModeManager_178 OK * AdventureModeManager_180 OK * AdventureModeManager_184_024 OK * AdventureModeManager_18C_024 OK & AdventureModeManager_190_024 OK * AdventureModeManager_15C_20_00 61% * AdventureModeManager_15C_20_00 OK * jp version differences * delink what's left in the overlay * fix regressions * AdventureModeManager_1B8_Base_024 98% * AdventureModeManager_1B8 48% and link AdventureModeManager_024 * AdventureModeManager_1B8_Base and AdventureModeManager_1B8 OK * oops * mark statics as local
32 lines
965 B
C++
32 lines
965 B
C++
#pragma once
|
|
|
|
#include "Game/GameModeManager.hpp"
|
|
#include "Item/Item.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_020d8698 : public GameModeManagerBase_104 {
|
|
public:
|
|
void func_ov024_020cd094();
|
|
void func_ov024_020cd150();
|
|
void func_ov024_020cd368(bool param1, bool param2);
|
|
void func_ov024_020cd3d0();
|
|
void func_ov024_020cd3e0(unk32 param1);
|
|
void func_ov024_020cd3f0(unk32 param1);
|
|
void func_ov024_020cd410();
|
|
void func_ov024_020cd420();
|
|
void func_ov024_020cd458(ItemFlag itemFlag, unk32 param2);
|
|
void func_ov024_020cd4e4(u16 param1);
|
|
bool func_ov024_020cd5c0(u16 param1);
|
|
void func_ov024_020cd3a4();
|
|
void func_ov024_020cd400();
|
|
|
|
/* 00 */ virtual ~UnkStruct_020d8698();
|
|
/* 08 */ virtual void vfunc_08();
|
|
/* 0C */ virtual void vfunc_0C();
|
|
/* 10 */ virtual void vfunc_10();
|
|
/* 14 */ virtual void vfunc_14();
|
|
/* 18 */ virtual void vfunc_18();
|
|
};
|
|
|
|
extern UnkStruct_020d8698 *data_ov024_020d8698;
|