alink horse mostly done (#2229)

* d_a_horse work

* more work on alink horse

* finish alink horse

* little work on d_a_alink_link
This commit is contained in:
TakaRikka
2024-10-30 15:41:08 -07:00
committed by GitHub
parent 7f2e42ba19
commit 36519ddf15
10 changed files with 1702 additions and 173 deletions
@@ -23,6 +23,7 @@ struct J3DTransformInfo {
return *this;
} */
#ifdef __MWERKS__
inline J3DTransformInfo& operator=(const register J3DTransformInfo& b) {
register const J3DTransformInfo& var_r31 = b;
register J3DTransformInfo& var_r30 = *this;
@@ -46,6 +47,7 @@ struct J3DTransformInfo {
}
return *this;
}
#endif
}; // Size: 0x20
extern J3DTransformInfo const j3dDefaultTransformInfo;