Rename some misnamed gas symbols to nbomb symbols

This commit is contained in:
Ryan Dwyer
2021-02-02 00:01:45 +10:00
parent f3e7b7ccfb
commit 97141fdf3a
9 changed files with 106 additions and 106 deletions
+2 -2
View File
@@ -222,13 +222,13 @@ extern s32 g_FootstepSounds[];
extern u16 var800615a0[][2];
extern f32 var80061630;
extern u32 var80061634;
extern bool g_GasActive;
extern bool g_NbombsActive;
extern f32 var80061644;
extern u32 var80061648;
extern u32 var8006164c;
extern u32 var80061694;
extern u32 var800616dc;
extern struct audiohandle *g_GasAudioHandle;
extern struct audiohandle *g_NbombAudioHandle;
extern u32 var800616e8;
extern struct stageheadlimit g_StageHeadLimits[3];
extern u32 var80061710;
+8 -8
View File
@@ -7,16 +7,16 @@ f32 func0f006bd0(f32 arg0);
u32 func0f006c80(void);
u32 func0f008558(void);
u32 func0f0094b4(void);
s32 func0f0094bc(struct gaspart *part);
Gfx *func0f009504(void);
Gfx *func0f009818(Gfx *gdl, struct gaspart *part, Gfx *subgdl);
s32 nbombCalculateAlpha(struct nbomb *nbomb);
Gfx *nbombAllocateGdl(void);
Gfx *nbombRender(Gfx *gdl, struct nbomb *nbomb, Gfx *subgdl);
void func0f0099a4(void);
void func0f0099e4(struct gaspart *part);
void func0f009d10(struct gaspart *part);
void gasTick(void);
Gfx *func0f00a168(Gfx *gdl);
void func0f0099e4(struct nbomb *nbomb);
void nbombTick(struct nbomb *nbomb);
void nbombsTick(void);
Gfx *nbombsRender(Gfx *gdl);
u32 func0f00a1f8(void);
f32 doorGetFrac(s32 tagnum);
f32 gasGetDoorFrac(s32 tagnum);
Gfx *func0f00a490(Gfx *gdl);
Gfx *gasRender(Gfx *gdl);
void func0f00b180(void);