mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-22 07:55:41 -04:00
Identify audioPlayFromWorldPosition and audioIsFiltered
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user