Decompile sndTickNosedive

This commit is contained in:
Ryan Dwyer
2021-03-29 22:16:21 +10:00
parent cb0edc7e71
commit efd2e6b316
4 changed files with 119 additions and 408 deletions
+5 -5
View File
@@ -29,18 +29,18 @@ void snd0000fd9c(struct var80094ed8 *arg0, u16 volume);
void snd0000fe18(void);
void snd0000fe20(void);
void snd0000fe50(void);
void snd0000fe88(void);
void sndTick(void);
u32 snd00010360(void);
u32 snd0001036c(void);
void sndAdjust(struct audiohandle **handle, u32 arg1, u32 arg2, s32 speakerweight, s16 arg4, f32 arg5, s32 arg6, s32 arg7, s32 arg8);
void sndAdjust(struct audiohandle **handle, s32 arg1, s32 arg2, s32 speakerweight, s16 arg4, f32 arg5, s32 arg6, s32 arg7, s32 arg8);
struct audiohandle *snd00010718(struct audiohandle **handle, s32 arg1, s32 arg2, s32 arg3, s32 arg4, f32 arg5, s32 arg6, s32 arg7, s32 arg8);
struct audiohandle *sndStart(s32 arg0, s16 sound, struct audiohandle **handle, s32 arg3, s32 arg4, f32 arg5, s32 arg6, s32 arg7);
u32 snd00010ae4(void);
void sndPlayNosedive(s32 value);
void sndPlayNosedive(s32 seconds);
void sndStopNosedive(void);
u32 snd00010e10(void);
void sndTickNosedive(void);
void sndPlayUfoHum(s32 value);
void sndStopUfoHum(void);
u32 snd0001111c(void);
u32 sndTickUfoHum(void);
#endif