Implement/match Act3::Notify (#1200)

* Implement/match Act3::Notify

* Fix typo
This commit is contained in:
Christian Semmler
2024-12-08 12:52:32 -07:00
committed by GitHub
parent 14d943f2ce
commit d9b9178d27
5 changed files with 154 additions and 9 deletions

View File

@@ -33,6 +33,14 @@ MxResult Act3Brickster::VTable0x94(LegoPathActor*, MxBool)
return SUCCESS;
}
// STUB: LEGO1 0x100417c0
// STUB: BETA10 0x1001a407
MxResult Act3Brickster::FUN_100417c0()
{
// TODO
return SUCCESS;
}
// STUB: LEGO1 0x10042990
void Act3Brickster::SwitchBoundary(LegoPathBoundary*& p_boundary, LegoUnknown100db7f4*& p_edge, float& p_unk0xe4)
{