Decompile nbombCreate

This commit is contained in:
Ryan Dwyer
2021-02-02 00:32:34 +10:00
parent 97141fdf3a
commit 94bfb831f4
4 changed files with 62 additions and 131 deletions
+2 -2
View File
@@ -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
View File
@@ -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