Decompile func0f158400

This commit is contained in:
Ryan Dwyer
2022-07-30 12:46:38 +10:00
parent 6f88259da8
commit 0e22ee0a99
3 changed files with 119 additions and 325 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void roomSetOnscreen(s32 room, s32 draworder, struct screenbox *arg2);
void func0f158108(s32 roomnum, u8 *arg1, u8 *arg2);
struct var800a4640_00 *func0f158140(s32 roomnum);
Gfx *bg0f158184(Gfx *gdl, struct xraydata *xraydata);
Gfx *func0f158400(Gfx *gdl, struct xraydata *xraydata, s16 arg2[3], s16 arg3[3], s16 arg4[3], s32 arg5, s32 arg6, s32 arg7);
Gfx *func0f158400(Gfx *gdl, struct xraydata *xraydata, s16 vertices1[3], s16 vertices2[3], s16 vertices3[3], u32 colour1, u32 colour2, u32 colour3);
void bgChooseXrayVtxColour(bool *inrange, s16 vertex[3], u32 *colour, struct xraydata *xraydata);
Gfx *func0f158d9c(Gfx *gdl, struct xraydata *xraydata, s16 arg2[3], s16 arg3[3], s16 arg4[3], s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 arg9, s32 arg10);
Gfx *bg0f1598b4(Gfx *gdl, Gfx *gdl2, struct gfxvtx *vertices, s16 arg3[3]);
+2 -2
View File
@@ -6366,8 +6366,8 @@ struct xraydata {
/*0x028*/ s16 vertices[16][3];
/*0x088*/ u32 colours[16];
/*0x0c8*/ s16 tris[64][3];
/*0x248*/ s16 unk248;
/*0x24a*/ s16 unk24a;
/*0x248*/ s16 numvertices;
/*0x24a*/ s16 numtris;
};
#endif