mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile sky0f1228d0
This commit is contained in:
@@ -17,7 +17,7 @@ f32 skyRound(f32 value);
|
||||
void skyChooseCloudVtxColour(struct skything18 *arg0, f32 arg1);
|
||||
void sky0f11f6ec(struct skything18 *arg0, f32 arg1);
|
||||
Gfx *skyRender(Gfx *gdl);
|
||||
void sky0f1228d0(struct skything18 *arg0, Mtxf *arg1, s32 arg2, f32 arg3, f32 arg4, struct skything38 *arg5);
|
||||
void sky0f1228d0(struct skything18 *arg0, Mtxf *arg1, u16 arg2, f32 arg3, f32 arg4, struct skything38 *arg5);
|
||||
bool sky0f122ce8(struct skything38 *arg0, struct skything38 *arg1);
|
||||
Gfx *sky0f122d4c(Gfx *gdl, struct skything38 *arg1, struct skything38 *arg2, struct skything38 *arg3, f32 arg4, bool arg5);
|
||||
Gfx *sky0f123fd4(Gfx *gdl, struct skything38 *arg1, struct skything38 *arg2, struct skything38 *arg3, struct skything38 *arg4, f32 arg5);
|
||||
|
||||
+13
-10
@@ -6291,24 +6291,27 @@ struct skything18 {
|
||||
/*0x08*/ f32 unk08;
|
||||
/*0x0c*/ f32 unk0c;
|
||||
/*0x10*/ f32 unk10;
|
||||
/*0x14*/ struct colour colour;
|
||||
/*0x14*/ u8 r;
|
||||
/*0x15*/ u8 g;
|
||||
/*0x16*/ u8 b;
|
||||
/*0x17*/ u8 a;
|
||||
};
|
||||
|
||||
struct skything38 {
|
||||
/*0x00*/ f32 unk00;
|
||||
/*0x04*/ f32 unk04;
|
||||
/*0x08*/ f32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u32 unk1c;
|
||||
/*0x20*/ u32 unk20;
|
||||
/*0x24*/ u32 unk24;
|
||||
/*0x0c*/ f32 unk0c;
|
||||
/*0x10*/ f32 r;
|
||||
/*0x14*/ f32 g;
|
||||
/*0x18*/ f32 b;
|
||||
/*0x1c*/ f32 a;
|
||||
/*0x20*/ f32 unk20;
|
||||
/*0x24*/ f32 unk24;
|
||||
/*0x28*/ f32 unk28;
|
||||
/*0x2c*/ f32 unk2c;
|
||||
/*0x30*/ u32 unk30;
|
||||
/*0x34*/ u32 unk34;
|
||||
/*0x30*/ f32 unk30;
|
||||
/*0x34*/ f32 unk34;
|
||||
};
|
||||
|
||||
struct hovtype {
|
||||
|
||||
Reference in New Issue
Block a user