This commit is contained in:
Jcw87
2023-10-10 13:40:37 -07:00
committed by GitHub
parent a64921a519
commit 3fa422caac
16 changed files with 509 additions and 235 deletions
@@ -122,7 +122,7 @@ void J3DJointTree::findImportantMtxIndex() {
/* 80325CAC-80325D1C 3205EC 0070+00 1/0 0/0 0/0 .text
* calc__12J3DJointTreeFP12J3DMtxBufferRC3VecRA3_A4_Cf */
void J3DJointTree::calc(J3DMtxBuffer* pMtxBuffer, Vec const& scale, f32 const (&mtx)[3][4]) {
getBasicMtxCalc()->init(scale, (Mtx*)mtx);
getBasicMtxCalc()->init(scale, mtx);
J3DMtxCalc::setMtxBuffer(pMtxBuffer);
J3DJoint* root = getRootNode();
+1 -1
View File
@@ -537,7 +537,7 @@ asm Z2Creature::~Z2Creature() {
/* 802C04E8-802C0530 2BAE28 0048+00 4/2 2/2 0/0 .text deleteObject__10Z2CreatureFv */
void Z2Creature::deleteObject() {
mSoundObjAnime.field_0x20 = NULL;
mSoundObjAnime.animation_ = NULL;
mSoundObjAnime.deleteObject();
mSoundObjSimple1.deleteObject();
mSoundObjSimple2.deleteObject();