mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile weatherTick
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void func0f01d770(void);
|
||||
void weatherTick(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user