summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-05 21:46:58 -0500
committerGitHub <noreply@github.com>2025-12-05 18:46:58 -0800
commitae9fa8922a52ccbff29891024aeafd1aed2d0400 (patch)
treee91656e2d22eda43eb02828d9c0e99e0f91951ae /include/m_Do
parente6b1f3a4f2ffd7403d4949d0875f7827cd2846f2 (diff)
Work on weak function ordering (#2917)
* Fix functionvalue weak func order * Add script to help diffing weak function order * Improve alink weak func order (44 -> 15) * Improve m_Do_ext weak order (12 -> 7) * Remove old hack * Fix d_a_tbox weak func order * Fix d_a_npc_ks weak func order * Fix error when trying to diff weak func order for ShieldD due to hidden function alignment gap symbols
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index 751ece4b00..73556c5075 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -174,7 +174,7 @@ public:
private:
/* 0x14 */ J3DAnmTransform* mAnm;
- /* 0x18 */ J3DMtxCalc* mpMtxCalc;
+ /* 0x18 */ J3DMtxCalcAnimation<J3DMtxCalcAnimationAdaptorDefault<J3DMtxCalcCalcTransformMaya>, J3DMtxCalcJ3DSysInitMaya>* mpMtxCalc;
}; // Size: 0x1C
STATIC_ASSERT(sizeof(mDoExt_bckAnm) == 0x1C);