mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-09 02:26:10 -04:00
Decompile func0f06680c
This commit is contained in:
+4
-15
@@ -390,21 +390,10 @@ f32 func0f0667dc(struct modelrodata_bbox *bbox, Mtxf *mtx)
|
||||
return func0f066a1c(bbox, mtx->m[0][0], mtx->m[1][0], mtx->m[2][0]);
|
||||
}
|
||||
|
||||
GLOBAL_ASM(
|
||||
glabel func0f06680c
|
||||
/* f06680c: 27bdffe8 */ addiu $sp,$sp,-24
|
||||
/* f066810: afbf0014 */ sw $ra,0x14($sp)
|
||||
/* f066814: afa5001c */ sw $a1,0x1c($sp)
|
||||
/* f066818: 00a07025 */ or $t6,$a1,$zero
|
||||
/* f06681c: 8dc60010 */ lw $a2,0x10($t6)
|
||||
/* f066820: 8dc70020 */ lw $a3,0x20($t6)
|
||||
/* f066824: 0fc19aaf */ jal func0f066abc
|
||||
/* f066828: 8ca50000 */ lw $a1,0x0($a1)
|
||||
/* f06682c: 8fbf0014 */ lw $ra,0x14($sp)
|
||||
/* f066830: 27bd0018 */ addiu $sp,$sp,0x18
|
||||
/* f066834: 03e00008 */ jr $ra
|
||||
/* f066838: 00000000 */ nop
|
||||
);
|
||||
f32 func0f06680c(struct modelrodata_bbox *bbox, Mtxf *mtx)
|
||||
{
|
||||
return func0f066abc(bbox, mtx->m[0][0], mtx->m[1][0], mtx->m[2][0]);
|
||||
}
|
||||
|
||||
f32 func0f06683c(struct modelrodata_bbox *bbox, Mtxf *mtx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user