mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-10 22:01:43 -04:00
Decompile aiSayQuip
This commit is contained in:
+130
-2147
File diff suppressed because it is too large
Load Diff
+6
-3
@@ -2168,22 +2168,25 @@ enum sfx {
|
||||
#define MP3_SEC_DONT_SHOOT (FILE_ACSEC03M | MP3PRIORITY_LOW)
|
||||
#define MP3_02F0 (FILE_ACSTAN1M | MP3PRIORITY_LOW | 0x2000 | 0x4000)
|
||||
#define MP3_02F1 (FILE_ACSTAN2M | MP3PRIORITY_LOW | 0x2000 | 0x4000)
|
||||
#define MP3_CASS_HOW_DARE_YOU_DISTURB_ME (FILE_ADEVR01M | MP3PRIORITY_HIGH)
|
||||
#define MP3_CASS_YOU_WILL_REGRET (FILE_ADEVR02M | MP3PRIORITY_HIGH)
|
||||
|
||||
#if VERSION >= VERSION_NTSC_1_0
|
||||
#define MP3_02F4 (FILE_ADEVR03M | MP3PRIORITY_HIGH)
|
||||
#define MP3_02F5 (FILE_ADEVR04M | MP3PRIORITY_HIGH)
|
||||
#define MP3_02F6 (FILE_ADEVR05M | MP3PRIORITY_HIGH)
|
||||
#define MP3_02F7 (FILE_ADEVR06M | MP3PRIORITY_HIGH)
|
||||
#define MP3_CASS_HOW_DARE_YOU_DISTURB_ME (FILE_ADEVR01M | MP3PRIORITY_HIGH)
|
||||
#define MP3_CASS_YOU_WILL_REGRET (FILE_ADEVR02M | MP3PRIORITY_HIGH)
|
||||
#define MP3_CASS_LEAVE_NOW (FILE_ADEVR07M | MP3PRIORITY_HIGH)
|
||||
#else
|
||||
#define MP3_02F4 (FILE_ADEVR03M | MP3PRIORITY_MED)
|
||||
#define MP3_02F5 (FILE_ADEVR04M | MP3PRIORITY_MED)
|
||||
#define MP3_02F6 (FILE_ADEVR05M | MP3PRIORITY_MED)
|
||||
#define MP3_02F7 (FILE_ADEVR06M | MP3PRIORITY_MED)
|
||||
#define MP3_CASS_HOW_DARE_YOU_DISTURB_ME (FILE_ADEVR01M | MP3PRIORITY_MED)
|
||||
#define MP3_CASS_YOU_WILL_REGRET (FILE_ADEVR02M | MP3PRIORITY_MED)
|
||||
#define MP3_CASS_LEAVE_NOW (FILE_ADEVR07M | MP3PRIORITY_MED)
|
||||
#endif
|
||||
|
||||
#define MP3_CASS_LEAVE_NOW (FILE_ADEVR07M | MP3PRIORITY_HIGH)
|
||||
#define MP3_02F9 (FILE_ADEVR08M | MP3PRIORITY_MED)
|
||||
#define MP3_02FA (FILE_ADEVR09M | MP3PRIORITY_MED)
|
||||
#define MP3_02FB (FILE_ADEVR10M | MP3PRIORITY_MED)
|
||||
|
||||
Reference in New Issue
Block a user