ovl_En_Part OK (#903)

* `ovl_En_Part` decompiled

* Suggested changes

* Rename body part displaylist

* Suggested changes

* Rename displaylist and params enum

* Remove randvar, rename enum from params to type
This commit is contained in:
Lucas
2022-07-11 22:32:35 -04:00
committed by GitHub
parent c667452329
commit 9726a30109
5 changed files with 120 additions and 14 deletions
+1 -1
View File
@@ -3545,7 +3545,7 @@ void Actor_SpawnBodyParts(Actor* actor, PlayState* play, s32 arg2, Gfx** dList)
part = (EnPart*)spawnedPart;
Matrix_MtxFToYXZRot(currentMatrix, &part->actor.shape.rot, false);
part->unk_150 = *dList;
part->dList = *dList;
Math_Vec3f_Copy(&part->actor.scale, &actor->scale);
}
}