From 92bb1fb21006189ced43ab28753a12adc9aa21fc Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Wed, 28 Oct 2020 19:59:18 +0000 Subject: Decompile the last of libultra_code_O2 (#464) * Decompile osPfsFileState, move guMtxL2F to asm/ * Remove asm * Add some prototypes to functions.h --- src/code/mtxuty-cvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code') diff --git a/src/code/mtxuty-cvt.c b/src/code/mtxuty-cvt.c index 345059dba..ff030d9c3 100644 --- a/src/code/mtxuty-cvt.c +++ b/src/code/mtxuty-cvt.c @@ -19,5 +19,5 @@ void MtxConv_F2L(MatrixInternal* m1, MtxF* 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 ? + guMtxL2F(m1, (Mtx*)m2); } -- cgit v1.2.3