mirror of
https://github.com/zeldaret/st
synced 2026-08-10 03:05:39 -04:00
804b25cb90
* match UnkStruct_ov000_020b4f84_00_Base * lots of random stuff * match other funcs from game.cpp * data_02049a2c -> gGame, UnkStruct_02049a2c -> Game * match operator new * fix regressions * fix some warnings * another round of random things * another round of random things 2 * complete slots column in overlays.md * add scene indices * gamemode stuff * misc stuff * fix build issues * document random things * fix regressions * final round of random things (for now)
62 lines
1.6 KiB
C++
62 lines
1.6 KiB
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "Item/ItemManager.hpp"
|
|
#include "System/SysNew.hpp"
|
|
|
|
class UnkStruct_027e0ce0_34 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk32 mUnk_04;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ unk32 mUnk_0c;
|
|
/* 10 */ unk32 mUnk_10;
|
|
/* 14 */ unk32 mUnk_14;
|
|
/* 18 */ unk32 mUnk_18;
|
|
/* 1c */ unk32 mUnk_1c;
|
|
/* 20 */ unk32 mUnk_20;
|
|
/* 24 */ unk32 mUnk_24;
|
|
/* 28 */ unk32 mUnk_28;
|
|
/* 2c */ unk32 mUnk_2c;
|
|
/* 30 */
|
|
|
|
void func_ov024_020d3d98(unk32 param1, unk32 param2);
|
|
void func_ov024_020d3ee8(unk32 param1, u16 param2, unk32 param3);
|
|
|
|
void func_ov110_02185d3c(ItemId itemId);
|
|
};
|
|
|
|
// PlayerManager?
|
|
class UnkStruct_027e0ce0 {
|
|
public:
|
|
/* 00 */ unk8 mHealth;
|
|
/* 01 */ unk8 mHealthMax;
|
|
/* 02 */ unk8 mUnk_02;
|
|
/* 03 */ unk8 mUnk_03;
|
|
/* 04 */ unk32 *mUnk_04;
|
|
/* 08 */ unk32 *mUnk_08;
|
|
/* 0c */ unk32 *mUnk_0c; // vtable
|
|
/* 10 */ unk32 *mUnk_10;
|
|
/* 14 */ unk32 *mUnk_14;
|
|
/* 18 */ unk32 *mUnk_18;
|
|
/* 1c */ unk32 *mUnk_1c;
|
|
/* 20 */ unk32 *mUnk_20;
|
|
/* 24 */ unk32 mUnk_24;
|
|
/* 28 */ ItemManager *mUnk_28;
|
|
/* 2c */ ItemManager *mUnk_2c; // same as above
|
|
/* 30 */ unk32 *mUnk_30; // ?
|
|
/* 34 */ UnkStruct_027e0ce0_34 *mUnk_34;
|
|
/* 38 */ unk32 *mUnk_38; // pointer to data_027e0478 when on the train
|
|
/* 3c */ unk32 mUnk_3c;
|
|
/* 40 */ unk32 *mUnk_40; // pointer to data_027e0478 when not on the train
|
|
/* 44 */
|
|
|
|
void func_01fff148();
|
|
|
|
void func_ov000_0208a318(unk32 param1, unk32 param2, unk32 param3);
|
|
};
|
|
|
|
extern UnkStruct_027e0ce0 *data_027e0ce0;
|