mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile modelFindBboxRodata
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user