Decompile model0001bfa8

This commit is contained in:
Ryan Dwyer
2022-07-24 00:59:16 +10:00
parent fbfa8762df
commit 0d233fdf37
3 changed files with 154 additions and 1699 deletions
+2 -2
View File
@@ -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
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff