Implement/match LegoEntity::VTable0x3c (#680)

This commit is contained in:
Christian Semmler
2024-03-15 22:20:44 -04:00
committed by GitHub
parent bf6765b575
commit 70e8796af3
7 changed files with 43 additions and 2 deletions

View File

@@ -123,6 +123,13 @@ MxBool LegoCharacterManager::FUN_10084c00(const LegoChar*)
return FALSE;
}
// STUB: LEGO1 0x10084ec0
MxBool LegoCharacterManager::FUN_10084ec0(LegoROI* p_roi)
{
// TODO
return FALSE;
}
// STUB: LEGO1 0x10085140
MxU32 LegoCharacterManager::FUN_10085140(LegoROI*, MxBool)
{