implement Hospital::ReadyWorld() (#682)

This commit is contained in:
Ramen2X
2024-03-16 17:02:05 -04:00
committed by GitHub
parent 0a4db65b24
commit 4197e3c326
3 changed files with 114 additions and 19 deletions

View File

@@ -37,6 +37,8 @@ public:
MxBool VTable0x64() override; // vtable+0x64
void Enable(MxBool p_enable) override; // vtable+0x68
inline void PlayAction(MxU32 p_objectId);
// SYNTHETIC: LEGO1 0x100747d0
// Hospital::`scalar deleting destructor'
@@ -46,18 +48,18 @@ private:
MxLong HandleButtonDown(LegoControlManagerEvent& p_param);
MxBool HandleClick(LegoControlManagerEvent& p_param);
undefined2 m_unk0xf8; // 0xf8
MxS16 m_currentActorId; // 0xf8
LegoGameState::Area m_destLocation; // 0xfc
undefined2 m_unk0x100; // 0x100
HospitalState* m_hospitalState; // 0x104
undefined2 m_unk0x108; // 0x108
undefined4 m_unk0x10c; // 0x10c
MxStillPresenter* m_unk0x110; // 0x110
MxStillPresenter* m_unk0x114; // 0x114
HospitalScript::Script m_unk0x10c; // 0x10c
MxStillPresenter* m_copLedBitmap; // 0x110
MxStillPresenter* m_pizzaLedBitmap; // 0x114
undefined m_unk0x118; // 0x118
MxLong m_unk0x11c; // 0x11c
MxLong m_unk0x120; // 0x120
undefined m_unk0x124[4]; // 0x124
MxLong m_unk0x124; // 0x124
undefined m_unk0x128; // 0x128
};

View File

@@ -39,12 +39,12 @@ public:
private:
Unknown0x08 m_unk0x08; // 0x08
undefined2 m_unk0x0c; // 0x0c
undefined2 m_unk0x0e; // 0x0e
undefined2 m_unk0x10; // 0x10
undefined2 m_unk0x12; // 0x12
undefined2 m_unk0x14; // 0x14
undefined2 m_unk0x16; // 0x16
MxS16 m_unk0x0c; // 0x0c
MxS16 m_unk0x0e; // 0x0e
MxS16 m_unk0x10; // 0x10
MxS16 m_unk0x12; // 0x12
MxS16 m_unk0x14; // 0x14
MxS16 m_unk0x16; // 0x16
};
#endif // HOSPITALSTATE_H