mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-07 10:51:40 -04:00
Decompile modelBboxGetXMax
This commit is contained in:
+4
-5
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user