2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Remove arbitrary particle limit of 256, unfortunately this breaks various particle systems including Essence Shockwave and flamethrower particles

This commit is contained in:
2021-01-14 15:52:26 -08:00
parent 44f5fe4684
commit 3548252931
4 changed files with 22 additions and 42 deletions

View File

@@ -203,8 +203,7 @@ void CMetroidPrimeEssence::DoUserAnimEvent(CStateManager& mgr, const CInt32POINo
}
case EUserEventType::BeginAction: {
SShockWaveData data(x660_, x698_, 2.f, x664_, x70c_);
// TODO: Need to fix CElementGen accessing null ParticleAccessParameters
// data.SetSpeedIncrease(180.f);
data.SetSpeedIncrease(180.f);
DropShockwave(mgr, data);
ShakeCamera(mgr, 1.f);
return;