Decompile modelBboxGetXMax

This commit is contained in:
Ryan Dwyer
2022-04-09 21:13:27 +10:00
parent d6a7f4ecba
commit 691a4cb904
+4 -5
View File
@@ -357,11 +357,10 @@ f32 modelBboxGetXMin(struct modelrodata_bbox *bbox)
return bbox->xmin;
}
GLOBAL_ASM(
glabel modelBboxGetXMax
/* f0667b4: 03e00008 */ jr $ra
/* f0667b8: c4800008 */ lwc1 $f0,0x8($a0)
);
f32 modelBboxGetXMax(struct modelrodata_bbox *bbox)
{
return bbox->xmax;
}
f32 modelBboxGetYMin(struct modelrodata_bbox *bbox)
{