Implement LegoModelPresenter::ReadyTickle (#546)

* Implement LegoModelPresenter::ReadyTickle

* Update legoworld.h

* Fixes

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-02-09 18:41:35 -05:00
committed by GitHub
parent 84af3e2158
commit 223b07ee3d
5 changed files with 82 additions and 3 deletions

View File

@@ -163,6 +163,12 @@ void LegoEntity::VTable0x4c()
// TODO
}
// FUNCTION: LEGO1 0x100114e0
void LegoEntity::FUN_100114e0(MxU8 p_unk0x59)
{
m_unk0x59 = p_unk0x59;
}
// STUB: LEGO1 0x100114f0
MxLong LegoEntity::Notify(MxParam& p_param)
{