Implement various small LegoPathController functions (#914)

* Implement/match LegoPathController::Tickle

* Implement various small LegoPathController functions

* Add 0x10046b30
This commit is contained in:
Christian Semmler
2024-05-12 15:30:34 -04:00
committed by GitHub
parent b6fc8e27b1
commit 91fe09af3c
9 changed files with 64 additions and 19 deletions

View File

@@ -41,3 +41,19 @@ MxU32 LegoPathBoundary::Intersect(
{
return 0;
}
// STUB: LEGO1 0x10057fe0
// FUNCTION: BETA10 0x100b2220
MxU32 LegoPathBoundary::FUN_10057fe0(LegoAnimPresenter* p_presenter)
{
// TODO
return 0;
}
// STUB: LEGO1 0x100586e0
// FUNCTION: BETA10 0x100b22d1
MxU32 LegoPathBoundary::FUN_100586e0(LegoAnimPresenter* p_presenter)
{
// TODO
return 0;
}