Decompile snowConfigure

This commit is contained in:
Ryan Dwyer
2020-04-01 23:18:32 +10:00
parent a9138feebb
commit 6e14c772b2
5 changed files with 25 additions and 31 deletions
+3
View File
@@ -2191,6 +2191,9 @@
#define WEAPONFLAG_DETERMINER_S_SOME 0x10000000
#define WEAPONFLAG_DETERMINER_F_SOME 0x20000000
#define WEATHERTYPE_RAIN 0
#define WEATHERTYPE_SNOW 1
// Heads and bodies
#define HEAD_RANDOM -1
#define BODY_DJBOND 0x00
+4 -4
View File
@@ -8,11 +8,11 @@ u32 func0f1312d8(void);
u32 func0f131334(void);
u32 func0f131610(void);
u32 func0f131678(void);
void func0f13171c(u32 intensity);
void func0f131a30(struct weatherdata *weather);
void func0f1321d0(struct weatherdata *weather);
void weatherSetIntensity(u32 intensity);
void rainTick(struct weatherdata *weather);
void snowTick(struct weatherdata *weather);
void rainConfigure(u32 intensity);
void snowConfigure(u32 arg0);
void snowConfigure(u32 intensity);
u32 func0f132a1c(void);
u32 func0f132e28(void);
u32 func0f1346b0(void);
+1 -1
View File
@@ -5789,7 +5789,7 @@ struct weatherdata {
u32 unk14;
u32 unk18;
u32 unk1c;
u32 unk20;
u32 type;
};
#endif