Implement/match LegoAnimPresenter::StartingTickle (#601)

* Implement/match LegoAnimPresenter::StartingTickle

* Fix vtable

* Fix vtable
This commit is contained in:
Christian Semmler
2024-02-27 11:49:31 -05:00
committed by GitHub
parent 68893d67ed
commit c0a988b0fe
10 changed files with 165 additions and 15 deletions

View File

@@ -67,3 +67,10 @@ void LegoAnimMMPresenter::ParseExtra()
{
// TODO
}
// STUB: LEGO1 0x1004b8b0
MxBool LegoAnimMMPresenter::FUN_1004b8b0()
{
// TODO
return FALSE;
}