Implement/match FUN_10032620 (#687)

This commit is contained in:
Christian Semmler
2024-03-18 10:38:02 -04:00
committed by GitHub
parent 937a45020c
commit ba5bc46c0c
9 changed files with 62 additions and 30 deletions

View File

@@ -45,13 +45,13 @@ void IslePathActor::VTable0xe4()
}
// STUB: LEGO1 0x1001b2a0
void IslePathActor::VTable0xe8(MxU32, MxBool, MxU8)
void IslePathActor::VTable0xe8(LegoGameState::Area, MxBool, MxU8)
{
// TODO
}
// STUB: LEGO1 0x1001b5b0
void IslePathActor::VTable0xec()
void IslePathActor::VTable0xec(MxMatrix, MxU32, MxBool)
{
// TODO
}