Decompile func0f068fc8

This commit is contained in:
Ryan Dwyer
2021-12-01 18:47:27 +10:00
parent 59aa77e75a
commit c6fbc1f06a
3 changed files with 63 additions and 114 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ struct modelnode *modelFindBboxNode(struct model *model);
struct modelrodata_bbox *modelFindBboxRodata(struct model *model);
struct modelnode *func0f068ad4(struct defaultobj *obj);
struct modelrodata_bbox *objFindBboxRodata(struct defaultobj *obj);
u32 func0f068b14(void);
u32 func0f068c04(void);
s32 func0f068b14(s16 *rooms, s32 arg1);
s32 func0f068c04(struct prop *prop, s32 *arg1, s32 *arg2);
s32 func0f068fc8(struct prop *prop, bool arg1);
void func0f069144(struct prop *prop, u8 *nextcol, u16 floorcol);
void func0f069630(struct prop *prop, u8 *nextcol, u16 floorcol);
+4
View File
@@ -1673,6 +1673,10 @@ struct doorobj { // objtype 0x01
/*0xcd*/ u8 unusedmaybe[3];
/*0xd0*/ u8 shadeinfo1[4]; // player 1
/*0xd4*/ u8 shadeinfo2[4]; // player 2
/*0xd8*/ u8 actual1;
/*0xd9*/ u8 actual2;
/*0xda*/ u8 extra1;
/*0xdb*/ u8 extra2;
};
struct doorscaleobj { // objtype 0x02