Identify audioPlayFromWorldPosition and audioIsFiltered

This commit is contained in:
Ryan Dwyer
2019-10-12 10:08:28 +10:00
parent 1da7650bce
commit dbf87eacda
9 changed files with 573 additions and 3352 deletions
+2
View File
@@ -562,4 +562,6 @@ char *textGet(u32 textid);
u32 getDifficulty(void);
bool audioPlayFromWorldPosition(u8 channel_id, u16 audio_id, u8 volumemaybe, struct position *pos);
#endif
+2 -2825
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -16,6 +16,9 @@ extern u32 var0000c3f8;
extern u32 var0000db50;
extern u32 var0000db98;
extern struct audiodefinition audiodefinitions[];
extern struct audioconfig audioconfigs[];
extern u16 g_CommandLengths[];
extern struct coord var0000f00c;
+7 -2
View File
@@ -648,8 +648,13 @@ struct something {
u32 unk08;
};
struct something2 {
u32 unk00;
struct audiodefinition {
u16 unk00;
u16 audioconfig_index;
};
struct audioconfig {
u32 flags; // 0x10 = contains swearing
float unk04;
float unk08;
float unk0c;