mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 21:51:32 -04:00
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:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user