Update StarSpawn to StarCloudData (#578)

* Update StarSpawn to StarCloudData

Add and better specify the struct used to control how stars and
 clouds are handled in various courses.
This commit is contained in:
Tyler McGavran
2024-03-04 21:28:31 -05:00
committed by GitHub
parent 0ac8284fb2
commit 6f4decf6b3
9 changed files with 474 additions and 536 deletions
+2 -1
View File
@@ -176,7 +176,8 @@ void func_800786EC(s32);
void func_80078790(void);
void update_snowflakes(void);
void func_800788F8(s32, u16, Camera*);
void func_800789AC(s32, Camera*, Vec4s*);
void update_clouds(s32, Camera*, CloudData*);
void update_stars(s32, Camera*, StarData*);
void func_80078C68(void);
void func_80078C70(s32);
void func_80078F64(void);