mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-12 21:44:34 -04:00
Decompile bg0f158184
This commit is contained in:
@@ -8,7 +8,7 @@ void roomUnpauseProps(u32 roomnum, bool tintedglassonly);
|
||||
void roomSetOnscreen(s32 room, s32 draworder, struct screenbox *arg2);
|
||||
void func0f158108(s32 roomnum, u8 *arg1, u8 *arg2);
|
||||
struct var800a4640_00 *func0f158140(s32 roomnum);
|
||||
Gfx *func0f158184(Gfx *gdl, struct bgthing *arg1);
|
||||
Gfx *bg0f158184(Gfx *gdl, struct bgthing *arg1);
|
||||
u32 func0f158400(void);
|
||||
void func0f158884(s32 *arg0, s16 arg1[3], s32 *arg2, struct bgthing *arg3);
|
||||
Gfx *func0f158d9c(Gfx *gdl, struct bgthing *arg1, s16 arg2[3], s16 arg3[3], s16 arg4[3], s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 arg9, s32 arg10);
|
||||
|
||||
+15
-13
@@ -6351,19 +6351,21 @@ struct var800a6538 {
|
||||
};
|
||||
|
||||
struct bgthing {
|
||||
s32 unk000;
|
||||
s32 unk004;
|
||||
s32 unk008;
|
||||
f32 unk00c;
|
||||
f32 unk010;
|
||||
f32 unk014;
|
||||
f32 unk018;
|
||||
f32 unk01c;
|
||||
s32 unk020;
|
||||
s32 unk024;
|
||||
u8 unk028[0x220];
|
||||
s16 unk248;
|
||||
s16 unk24a;
|
||||
/*0x000*/ s32 unk000;
|
||||
/*0x004*/ s32 unk004;
|
||||
/*0x008*/ s32 unk008;
|
||||
/*0x00c*/ f32 unk00c;
|
||||
/*0x010*/ f32 unk010;
|
||||
/*0x014*/ f32 unk014;
|
||||
/*0x018*/ f32 unk018;
|
||||
/*0x01c*/ f32 unk01c;
|
||||
/*0x020*/ s32 unk020;
|
||||
/*0x024*/ s32 unk024;
|
||||
/*0x028*/ s16 vertices[16][3];
|
||||
/*0x088*/ u32 colours[16];
|
||||
/*0x0c8*/ s16 tris[64][3];
|
||||
/*0x248*/ s16 unk248;
|
||||
/*0x24a*/ s16 unk24a;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user