mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-15 03:20:35 +00:00
ucode_disas.c progress (#188)
* ucode_disas.c progress * fix * minor fixes * minor comment changes
This commit is contained in:
parent
e67c51b155
commit
94d810193a
24 changed files with 1749 additions and 2099 deletions
|
@ -16,7 +16,7 @@ void MtxConv_F2L(MatrixInternal* m1, MtxF* m2) {
|
|||
}
|
||||
}
|
||||
|
||||
void MtxConv_L2F(MtxF* m1, Mtx* m2) {
|
||||
void MtxConv_L2F(MtxF* m1, MatrixInternal* m2) {
|
||||
LogUtils_CheckNullPointer("m1", m1, "../mtxuty-cvt.c", 55);
|
||||
LogUtils_CheckNullPointer("m2", m2, "../mtxuty-cvt.c", 56);
|
||||
func_80102FA0(m1, m2); // guMtxL2F ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue