mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decopmile func0f131678
This commit is contained in:
@@ -7,7 +7,7 @@ u32 func0f131060(void);
|
||||
u32 func0f1312d8(void);
|
||||
u32 func0f131334(void);
|
||||
void func0f131610(struct weatherdata *weather);
|
||||
u32 func0f131678(void);
|
||||
void func0f131678(s32 arg0);
|
||||
void weatherSetIntensity(s32 intensity);
|
||||
void rainTick(struct weatherdata *weather);
|
||||
void snowTick(struct weatherdata *weather);
|
||||
|
||||
+5
-5
@@ -5780,10 +5780,10 @@ struct ammotype {
|
||||
f32 unk08;
|
||||
};
|
||||
|
||||
struct weather5c {
|
||||
struct weather58 {
|
||||
f32 unk00;
|
||||
s32 unk04;
|
||||
u32 unk08;
|
||||
f32 unk04;
|
||||
s32 unk08;
|
||||
};
|
||||
|
||||
struct weatherdata {
|
||||
@@ -5809,8 +5809,8 @@ struct weatherdata {
|
||||
/*0x4c*/ u32 unk4c;
|
||||
/*0x50*/ u32 unk50;
|
||||
/*0x54*/ u32 unk54;
|
||||
/*0x58*/ u32 unk58;
|
||||
/*0x5c*/ struct weather5c unk5c[3];
|
||||
/*0x58*/ struct weather58 unk58[3];
|
||||
/*0x7c*/ u32 unk7c;
|
||||
/*0x80*/ u32 unk80;
|
||||
/*0x84*/ u32 unk84;
|
||||
/*0x88*/ u32 unk88;
|
||||
|
||||
Reference in New Issue
Block a user