2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 13:47:43 +00:00

CMetroid: More function implementations

This commit is contained in:
2020-05-09 02:51:02 -04:00
parent 78b364a445
commit e8ce4c2e27
11 changed files with 630 additions and 46 deletions

View File

@@ -73,7 +73,7 @@ CPatterned::CPatterned(ECharacter character, TUniqueId uid, std::string_view nam
x458_iceShatterSfx = pInfo.x134_iceShatterSfx;
x4f4_intoFreezeDur = pInfo.x100_intoFreezeDur;
x4f8_outofFreezeDur = pInfo.x104_outofFreezeDur;
x4fc_ = pInfo.x108_;
x4fc_freezeDur = pInfo.x108_freezeDur;
x508_colliderType = colliderType;
x50c_baseDamageMag = actorParms.GetThermalMag();
x514_deathExplosionOffset = pInfo.x110_particle1Scale;