mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile nbombCreate
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
f32 func0f006bd0(f32 arg0);
|
||||
u32 func0f006c80(void);
|
||||
u32 func0f008558(void);
|
||||
u32 func0f0094b4(void);
|
||||
void nbombResetAge(struct nbomb *nbomb);
|
||||
s32 nbombCalculateAlpha(struct nbomb *nbomb);
|
||||
Gfx *nbombAllocateGdl(void);
|
||||
Gfx *nbombRender(Gfx *gdl, struct nbomb *nbomb, Gfx *subgdl);
|
||||
@@ -15,7 +15,7 @@ void func0f0099e4(struct nbomb *nbomb);
|
||||
void nbombTick(struct nbomb *nbomb);
|
||||
void nbombsTick(void);
|
||||
Gfx *nbombsRender(Gfx *gdl);
|
||||
u32 func0f00a1f8(void);
|
||||
void nbombCreate(struct coord *pos, struct prop *prop);
|
||||
f32 gasGetDoorFrac(s32 tagnum);
|
||||
Gfx *func0f00a490(Gfx *gdl);
|
||||
Gfx *gasRender(Gfx *gdl);
|
||||
|
||||
+6
-1
@@ -6841,7 +6841,7 @@ struct nbomb {
|
||||
f32 radius;
|
||||
s16 unk14;
|
||||
f32 unk18;
|
||||
u32 unk1c;
|
||||
struct prop *prop;
|
||||
struct audiohandle *audiohandle20;
|
||||
struct audiohandle *audiohandle24;
|
||||
};
|
||||
@@ -6946,4 +6946,9 @@ typedef struct {
|
||||
AMDMABuffer *firstFree;
|
||||
} AMDMAState;
|
||||
|
||||
union audioparam {
|
||||
s32 s32;
|
||||
f32 f32;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user