Fix structure

This commit is contained in:
Christian Semmler 2024-01-13 15:37:00 -05:00
parent 961943713e
commit 1bf2fdf3bb
2 changed files with 9 additions and 1 deletions

View File

@ -34,8 +34,11 @@ class Act1State : public LegoState {
MxU32 m_unk0x18; // 0x18 MxU32 m_unk0x18; // 0x18
undefined2 m_unk0x1c; // 0x1c undefined2 m_unk0x1c; // 0x1c
undefined m_unk0x1e; // 0x1e undefined m_unk0x1e; // 0x1e
undefined m_unk0x1f; // 0x1f
undefined m_unk0x20; // 0x20 undefined m_unk0x20; // 0x20
MxBool m_unk0x21; // 0x21 MxBool m_unk0x21; // 0x21
undefined m_unk0x22; // 0x22
// TODO
}; };
#endif // ACT1STATE_H #endif // ACT1STATE_H

View File

@ -4,8 +4,13 @@
Act1State::Act1State() Act1State::Act1State()
{ {
// TODO // TODO
m_unk0x1e = 0;
m_unk0x18 = 1; m_unk0x18 = 1;
m_unk0x21 = 1; m_unk0x20 = 0;
m_unk0x1f = 0;
m_unk0x21 = TRUE;
m_unk0x22 = 0;
m_unk0x1c = 1;
} }
// STUB: LEGO1 0x10034d00 // STUB: LEGO1 0x10034d00