mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
d_a_tbox OK (#536)
* Add model info and demoProc to d_a_Tbox * Remove nonmatching comment from demoProc * remove nonmatching comment from getFuncType * Remove remaining nonmatching comments * Match first 4 functios of daTbox_c * Match a bunch of functions for daTbox_c * Code review cleanup * Match execute and add some missing weak functions * Match a few more functions on daTbox_c * Finish all but actionDemo and draw on daTbox_c * Fix PTMFs and remove return type from CreateInit * Match all of daTbox_c. Relocations are wrong for some reason * Remove nonmatching comments * d_a_tbox ok
This commit is contained in:
@@ -803,6 +803,14 @@ struct J3DIndTexMtx : public J3DIndTexMtxInfo {
|
||||
void load(u32 param_1) {
|
||||
J3DGDSetIndTexMtx(GXIndTexMtxID(param_1 + 1), mOffsetMtx, mScaleExp);
|
||||
}
|
||||
|
||||
Mtx3P getOffsetMtx() {
|
||||
return mOffsetMtx;
|
||||
}
|
||||
|
||||
void setScaleExp(s8 i_scaleExp) {
|
||||
mScaleExp = i_scaleExp;
|
||||
}
|
||||
}; // Size: 0x1C
|
||||
|
||||
struct J3DIndTexOrder : public J3DIndTexOrderInfo {
|
||||
|
||||
Reference in New Issue
Block a user