Implement/match Isle::HandleClick (#690)

* Isle::HandleClick

* WIP

* Match
This commit is contained in:
Christian Semmler
2024-03-18 12:31:22 -04:00
committed by GitHub
parent 44f49a7a57
commit d96679ea9e
10 changed files with 229 additions and 11 deletions

View File

@@ -291,6 +291,13 @@ MxBool FUN_1003ef60()
return TRUE;
}
// STUB: LEGO1 0x1003f050
MxS32 FUN_1003f050(MxS32)
{
// TODO
return 0;
}
// STUB: LEGO1 0x1003f0d0
void SetLightPosition(MxU32)
{