Port m426Dll to PAL, match m428Dll and remove PS prefixes (#537)
* Port m426Dll to PAL * Remove PS prefix from mtx function usages * Match m428Dll
This commit is contained in:
parent
2a3c353029
commit
accaf2085f
72 changed files with 8178 additions and 4336 deletions
|
|
@ -403,9 +403,9 @@ void fn_1_1D70(s16 arg0, char *arg1, Vec *arg2, Mtx arg3)
|
|||
|
||||
var_r30 = &Hu3DData[arg0];
|
||||
Hu3DModelObjMtxGet(arg0, arg1, spC);
|
||||
PSMTXConcat(var_r30->unk_F0, spC, spC);
|
||||
MTXConcat(var_r30->unk_F0, spC, spC);
|
||||
if (NULL != arg3) {
|
||||
PSMTXCopy(spC, arg3);
|
||||
MTXCopy(spC, arg3);
|
||||
}
|
||||
arg2->x = spC[0][3];
|
||||
arg2->y = spC[1][3];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue