mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 01:28:25 -04:00
Decompile model0001bfa8
This commit is contained in:
@@ -35,8 +35,8 @@ void model0001b07c(struct coord *arg0, struct coord *arg1, f32 mult);
|
||||
void model0001b0e8(struct model *model, struct modelnode *node);
|
||||
void model0001b3bc(struct model *model);
|
||||
void model0001b400(struct modelrenderdata *arg0, struct model *model, struct modelnode *node);
|
||||
u32 model0001b80c(void);
|
||||
u32 model0001bc14(void);
|
||||
void model0001b80c(struct modelrenderdata *renderdata, struct model *model, struct modelnode *node, struct coord *arg3, struct coord *arg4, bool arg5, struct coord *arg6);
|
||||
void model0001bc14(struct modelrenderdata *renderdata, struct model *model, struct modelnode *node, f32 arg3[4], struct coord *arg4, struct coord *arg5);
|
||||
void model0001bfa8(struct modelrenderdata *arg0, struct model *model, struct modelnode *node);
|
||||
void model0001c5b4(struct modelrenderdata *arg0, struct model *model, struct modelnode *node);
|
||||
void model0001c664(struct model *model, struct modelnode *node);
|
||||
|
||||
+9
-2
@@ -401,7 +401,14 @@ struct modelrodata_chrinfo { // type 0x01
|
||||
struct modelrodata_position { // type 0x02
|
||||
struct coord pos;
|
||||
u16 part;
|
||||
s16 pieces[3];
|
||||
union {
|
||||
s16 mtxindexes[3];
|
||||
struct {
|
||||
s16 mtxindex0;
|
||||
s16 mtxindex1;
|
||||
s16 mtxindex2;
|
||||
};
|
||||
};
|
||||
f32 drawdist;
|
||||
};
|
||||
|
||||
@@ -500,7 +507,7 @@ struct modelrodata_toggle { // type 0x12
|
||||
|
||||
struct modelrodata_positionheld { // type 0x15
|
||||
struct coord pos;
|
||||
s16 unk0c;
|
||||
s16 mtxindex;
|
||||
};
|
||||
|
||||
struct modelrodata_type16 { // type 0x16
|
||||
|
||||
+143
-1695
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user