Add size assertions for legoomni and fix sizes

This commit is contained in:
Nathan
2024-03-22 17:53:03 -04:00
parent 7ff8f85d65
commit 6c9f888ea3
90 changed files with 313 additions and 55 deletions

View File

@@ -3,8 +3,17 @@
#include "legostate.h"
// SIZE 0x14
struct PizzeriaStateStruct {
undefined4 m_unk0x00; // 0x00
undefined4 m_unk0x04; // 0x04
undefined4 m_unk0x08; // 0x08
undefined4 m_unk0x0c; // 0x0c
undefined4 m_unk0x10; // 0x10
};
// VTABLE: LEGO1 0x100d5ee8
// SIZE 0xb4
// SIZE 0x58
class PizzeriaState : public LegoState {
public:
PizzeriaState();
@@ -26,6 +35,10 @@ public:
// SYNTHETIC: LEGO1 0x10017ce0
// PizzeriaState::`scalar deleting destructor'
private:
Playlist m_unk0x08[5]; // 0x08
PizzeriaStateStruct m_unk0x44; // 0x44
};
#endif // PIZZERIASTATE_H