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

Initial CEnergyBall, update submodules, various fixes

This commit is contained in:
2019-08-31 02:02:21 -07:00
parent 3ca09f60db
commit 256994c199
19 changed files with 195 additions and 101 deletions

View File

@@ -936,6 +936,10 @@ void CPatterned::TryKnockBack(CStateManager& mgr, int arg) {
x450_bodyController->GetCommandMgr().DeliverCmd(CBCKnockBackCmd(GetTranslation(), pas::ESeverity(arg)));
}
void CPatterned::TryGenerateDeactivate(urde::CStateManager& mgr, int arg) {
x450_bodyController->GetCommandMgr().DeliverCmd(CBCGenerateCmd(pas::EGenerateType(arg), zeus::skZero3f));
}
void CPatterned::BuildBodyController(EBodyType bodyType) {
if (x450_bodyController)
return;