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

More CMetroidPrimeExo imps

This commit is contained in:
2020-10-06 17:44:02 -07:00
parent 0903b478f6
commit 8633bbddec
4 changed files with 274 additions and 41 deletions

View File

@@ -215,6 +215,10 @@ public:
}
}
void ForceOneUpdate(float dt) {
x1d0_26_forceOneUpdate = true;
Update(dt);
}
std::vector<SSwooshData> const& GetSwooshes() const { return x15c_swooshes; }
std::vector<SSwooshData>& GetSwooshes() { return x15c_swooshes; }
u32 GetCurParticle() const { return x158_curParticle; }