Decopmile func0f131678

This commit is contained in:
Ryan Dwyer
2020-04-02 17:30:59 +10:00
parent a6fc92f01e
commit 25ed9a7c35
3 changed files with 30 additions and 63 deletions
+1 -1
View File
@@ -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
View File
@@ -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;