Decompile bgInit

This commit is contained in:
Ryan Dwyer
2021-02-20 01:08:59 +10:00
parent c9fe3352a7
commit 2426c270f5
15 changed files with 315 additions and 841 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ u32 func0f172f54(void);
void func0f172f5c(Gfx *gdl, u32 arg1, u32 arg2);
void func0f173010(u32 *texturenum, u32 arg1, u32 arg2);
u32 func0f173434(void);
void func0f1734e8(u8 arg0, void *arg1);
void func0f1734e8(u16 arg0, void *arg1);
u32 func0f173520(void);
u32 func0f17353c(void);
void texturesLoadConfigs(void);
+1 -1
View File
@@ -14,7 +14,7 @@ void weatherTickRain(struct weatherdata *weather);
void weatherTickSnow(struct weatherdata *weather);
void weatherConfigureRain(u32 intensity);
void weatherConfigureSnow(u32 intensity);
bool weatherIsRoomWeatherProof(u32 param_1);
bool weatherIsRoomWeatherProof(s32 room);
u32 weatherRenderRain(void);
u32 weatherRenderSnow(void);
void weatherReset(void);