Decompile weatherTick

This commit is contained in:
Ryan Dwyer
2020-04-01 23:10:33 +10:00
parent 794d98e2df
commit e09ca183fe
9 changed files with 73 additions and 115 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ extern struct explosiontype g_ExplosionTypes[NUM_EXPLOSIONTYPES];
extern struct smoketype g_SmokeTypes[NUM_SMOKETYPES];
extern u32 sparktable[];
extern u32 var8007f0b8;
extern u32 var8007f0c0;
extern struct weatherdata *g_WeatherData;
extern u32 var8007f0c4;
extern u32 var8007f0d4;
extern u32 var8007f0d8;
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
void func0f01d770(void);
void weatherTick(void);
#endif
+2 -2
View File
@@ -9,8 +9,8 @@ u32 func0f131334(void);
u32 func0f131610(void);
u32 func0f131678(void);
u32 func0f13171c(void);
u32 func0f131a30(void);
u32 func0f1321d0(void);
void func0f131a30(struct weatherdata *weather);
void func0f1321d0(struct weatherdata *weather);
void rainConfigure(u32 arg0);
void snowConfigure(u32 arg0);
u32 func0f132a1c(void);
+12
View File
@@ -5780,4 +5780,16 @@ struct ammotype {
f32 unk08;
};
struct weatherdata {
u32 unk00;
u32 unk04;
u32 unk08;
u32 unk0c;
u32 unk10;
u32 unk14;
u32 unk18;
u32 unk1c;
u32 unk20;
};
#endif