Decompile sparkCreate

This commit is contained in:
Ryan Dwyer
2022-04-15 17:36:28 +10:00
parent 0a27026835
commit afc90a0e84
3 changed files with 71 additions and 590 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ extern s32 g_MaxSmokes;
extern Mtx var800a3448;
extern Mtx var800a3488;
extern struct spark g_Sparks[100];
extern u32 g_NextSparkIndex;
extern s32 g_NextSparkIndex;
extern struct sparkgroup g_SparkGroups[10];
extern u32 var800a4130;
extern u8 *var800a41a0;
+1 -1
View File
@@ -8,7 +8,7 @@ void sparksReset(void);
void sparksTick(void);
u32 func0f12f6c0(void);
void sparkCreate(struct coord *pos, struct sparktype *type);
void sparkgroupEnsureFreeSparkSlot(struct sparkgroup *group);
void sparksCreate(s32 room, struct prop *prop, struct coord *pos, struct coord *arg3, struct coord *dir, s32 type);
Gfx *sparksRender(Gfx *gdl);