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

More CBabygoth Imps

This commit is contained in:
2019-01-20 14:28:25 -08:00
parent 47c6b5cba8
commit 05e5fb9774
3 changed files with 420 additions and 90 deletions

View File

@@ -234,6 +234,7 @@ public:
CParticleDatabase& GetParticleDB() { return x120_particleDB; }
void SetParticleCEXTValue(std::string_view name, int idx, float value);
float GetSpeedScale() const { return x200_speedScale; }
u32 GetPassedBoolPOICount() const { return x20c_passedBoolCount; }
u32 GetPassedIntPOICount() const { return x210_passedIntCount; }
u32 GetPassedParticlePOICount() const { return x214_passedParticleCount; }