Decompile modelFindBboxRodata

This commit is contained in:
Ryan Dwyer
2021-05-18 20:42:56 +10:00
parent 70e149ebb9
commit 9d50cbef26
11 changed files with 84 additions and 100 deletions
+3 -3
View File
@@ -79,10 +79,10 @@ s32 func0f0687b8(struct defaultobj *obj);
struct modelnode *func0f0687e4(struct model *model);
u32 func0f0688f4(void);
struct modelrodata_bbox *func0f06896c(struct modelfiledata *filedata);
u32 func0f068998(void);
struct model08thing *func0f068aa8(struct model *model);
struct modelnode *modelFindBboxNode(struct model *model);
struct modelrodata_bbox *modelFindBboxRodata(struct model *model);
u32 func0f068ad4(void);
struct model08thing *func0f068af4(struct defaultobj *obj);
struct modelrodata_bbox *objFindBboxRodata(struct defaultobj *obj);
u32 func0f068b14(void);
u32 func0f068c04(void);
s32 func0f068fc8(struct prop *prop, bool arg1);
+1 -1
View File
@@ -4,7 +4,7 @@
#include "data.h"
#include "types.h"
void shardsCreate(struct coord *pos, f32 *rotx, f32 *roty, f32 *rotz, f32 arg4, f32 arg5, f32 arg6, f32 arg7, s32 type, struct prop *prop);
void shardsCreate(struct coord *pos, f32 *rotx, f32 *roty, f32 *rotz, f32 xmin, f32 xmax, f32 ymin, f32 ymax, s32 type, struct prop *prop);
void shardsInit(void);
Gfx *shardsRender(Gfx *gdl);
void shardsReset(void);
-7
View File
@@ -6168,13 +6168,6 @@ struct healthdamagetype {
s32 closeendframe;
};
struct model08thing {
u32 unk00;
f32 unk04[4];
u32 unk14;
f32 unk18;
};
struct optiongroup {
s32 offset;
u16 name;