Decompile modelBboxGetXMin

This commit is contained in:
Ryan Dwyer
2022-04-09 21:13:09 +10:00
parent 0a6a1d030c
commit d6a7f4ecba
+4 -5
View File
@@ -352,11 +352,10 @@ void objUpdateLinkedScenery(struct defaultobj *obj, struct prop *arg1)
}
}
GLOBAL_ASM(
glabel modelBboxGetXMin
/* f0667ac: 03e00008 */ jr $ra
/* f0667b0: c4800004 */ lwc1 $f0,0x4($a0)
);
f32 modelBboxGetXMin(struct modelrodata_bbox *bbox)
{
return bbox->xmin;
}
GLOBAL_ASM(
glabel modelBboxGetXMax