2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Add CBallCamera stubs, more implementations

This commit is contained in:
Jack Andersen
2017-10-08 16:41:50 -10:00
parent d9bb24a204
commit 4c83f521a8
8 changed files with 616 additions and 46 deletions

View File

@@ -91,10 +91,8 @@ void CScriptDoor::ForceClosed(CStateManager & mgr)
x2a8_26_ = false;
x2a8_25_ = false;
/* TODO: Figure out what goes here this
* mgr.GetCameraManager()->GetBallCamera()->sub_80083118(x8_uid);
* mgr.GetCameraManager()->GetBallCamera()->sub_800830F4(x8_uid);
*/
mgr.GetCameraManager()->GetBallCamera()->DoorClosing(x8_uid);
mgr.GetCameraManager()->GetBallCamera()->DoorClosed(x8_uid);
SetDoorAnimation(EDoorAnimType::Close);
SendScriptMsgs(EScriptObjectState::Closed, mgr, EScriptObjectMessage::None);