2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 05:07:43 +00:00

More CRidley imps

This commit is contained in:
2019-11-12 12:25:21 -08:00
parent 3b101267f8
commit a1c7692d36
11 changed files with 1082 additions and 163 deletions

View File

@@ -216,10 +216,10 @@ protected:
zeus::CColor x430_damageColor = skDamageColor;
zeus::CVector3f x434_posDelta;
zeus::CQuaternion x440_rotDelta;
CSteeringBehaviors x45c_steeringBehaviors;
std::unique_ptr<CBodyController> x450_bodyController;
u16 x454_deathSfx;
u16 x458_iceShatterSfx;
CSteeringBehaviors x45c_steeringBehaviors;
CKnockBackController x460_knockBackController;
zeus::CVector3f x4e4_latestPredictedTranslation;