Implement/match Pizza::HandleClick (#1119)

This commit is contained in:
Christian Semmler
2024-10-26 10:34:16 -07:00
committed by GitHub
parent 2b9d8f1fba
commit b3ce98a2ec
4 changed files with 56 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
#include "legostate.h"
class Act1State;
class PizzeriaState;
class SkateBoard;
// VTABLE: LEGO1 0x100d7408
@@ -69,11 +70,12 @@ public:
// PizzaMissionState::`scalar deleting destructor'
Mission* GetState(MxU8 p_id);
MxS16 FUN_10039540();
undefined4 m_unk0x08; // 0x08
undefined4 m_unk0x0c; // 0x0c
Mission m_state[5]; // 0x10
undefined4 m_unk0xb0; // 0xb0
PizzeriaState* m_pizzeriaState; // 0x08
undefined4 m_unk0x0c; // 0x0c
Mission m_state[5]; // 0x10
undefined4 m_unk0xb0; // 0xb0
};
// VTABLE: LEGO1 0x100d7380

View File

@@ -40,6 +40,7 @@ public:
// SYNTHETIC: LEGO1 0x10017ce0
// PizzeriaState::`scalar deleting destructor'
MxS16 FUN_10017d50();
MxU32 FUN_10017d70();
// TODO: Most likely getters/setters are not used according to BETA.