mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 23:21:53 -04:00
Decompile the last of libultra_code_O2 (#464)
* Decompile osPfsFileState, move guMtxL2F to asm/ * Remove asm * Add some prototypes to functions.h
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user