mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile snd0000f67c
This commit is contained in:
@@ -10,6 +10,6 @@ u32 func000301e4(void);
|
||||
u32 func00030690(void);
|
||||
u32 func00030bd8(void);
|
||||
u32 func00030bfc(void);
|
||||
u32 func00030c98(void);
|
||||
void func00030c98(ALSeqpConfig *config);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00037650(void);
|
||||
void func00037650(ALCSPlayer *seqp, ALBank *bank);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void func00039c80(s32 arg0, s16 volume);
|
||||
void func00039c80(ALCSPlayer *seqp, s16 volume);
|
||||
void func00039cd0(ALCSPlayer *seqp);
|
||||
u32 func00039e5c(void);
|
||||
|
||||
|
||||
+2
-2
@@ -6345,8 +6345,8 @@ struct var80094ed8 {
|
||||
/*0x0ec*/ u32 unk0ec;
|
||||
/*0x0f0*/ u32 unk0f0;
|
||||
/*0x0f4*/ u32 unk0f4;
|
||||
/*0x0f8*/ u32 unk0f8;
|
||||
/*0x0fc*/ u32 unk0fc;
|
||||
/*0x0f8*/ ALCSPlayer *seqp;
|
||||
/*0x0fc*/ void *unk0fc;
|
||||
/*0x100*/ u16 unk100;
|
||||
/*0x104*/ u32 unk104;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user