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:
Dylan Ascencio
2023-11-01 00:14:13 -04:00
committed by GitHub
parent 537001db48
commit e5b40fab3e
9 changed files with 496 additions and 94 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ struct J3DIndTexMtxInfo {
mScaleExp = other.mScaleExp;
}
/* 0x00 */ Mtx23 mOffsetMtx;
/* 0x18 */ u8 mScaleExp;
/* 0x18 */ s8 mScaleExp;
}; // Size: 0x1C
struct J3DFogInfo {