Implement Isle::VTable0x50 (#432)

* push changes

* fix formatting

* Fix structure

* Fix return

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-13 15:42:09 -05:00
committed by GitHub
parent c2da041f40
commit 5b8ea35756
10 changed files with 81 additions and 6 deletions

View File

@@ -2,6 +2,19 @@
// STUB: LEGO1 0x100334b0
Act1State::Act1State()
{
// TODO
m_unk0x1e = 0;
m_unk0x18 = 1;
m_unk0x20 = 0;
m_unk0x1f = 0;
m_unk0x21 = TRUE;
m_unk0x22 = 0;
m_unk0x1c = 1;
}
// STUB: LEGO1 0x10034d00
void Act1State::FUN_10034d00()
{
// TODO
}