LegoGameState::SwitchArea (#590)

This commit is contained in:
Nathan M Gilbert
2024-02-24 08:55:00 -05:00
committed by GitHub
parent 91a585ae49
commit 13fc4e3285
11 changed files with 192 additions and 130 deletions

View File

@@ -230,6 +230,11 @@ float LegoNavController::CalculateNewVel(float p_targetVel, float p_currentVel,
return newVel;
}
// STUB: LEGO1 0x10055620
void LegoNavController::SetLocation(MxU32 p_location)
{
}
// STUB: LEGO1 0x10055a60
MxLong LegoNavController::Notify(MxParam& p_param)
{