mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 04:33:03 -04:00
Decompile sparkCreate
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user