mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile func0002319c
This commit is contained in:
@@ -99,7 +99,7 @@ void modelInitRwData(struct model *model, struct modelnode *node);
|
||||
void modelInit(struct model *model, struct modelfiledata *filedata, union modelrwdata **rwdatas, bool resetanim);
|
||||
void animInit(struct anim *anim);
|
||||
u32 func00023108(void);
|
||||
u32 func0002319c(void);
|
||||
void func0002319c(struct modelfiledata *filedata, struct modelfiledata *filedataptr, Gfx **gdlptr);
|
||||
void modelNodeReplaceGdl(u32 arg0, struct modelnode *node, Gfx *find, Gfx *replacement);
|
||||
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -534,8 +534,8 @@ struct modelrodata_position { // type 0x02
|
||||
};
|
||||
|
||||
struct modelrodata_gundl { // type 0x04
|
||||
Gfx *unk00;
|
||||
Gfx *unk04;
|
||||
Gfx *primary;
|
||||
Gfx *secondary;
|
||||
void *baseaddr;
|
||||
void *unk0c;
|
||||
u16 unk10;
|
||||
|
||||
Reference in New Issue
Block a user