mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile audioPlayMpDeathTrack
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#define SECSTOFRAMES240(secs) (secs * 240)
|
||||
#define SECSTOFRAMES60(secs) (secs * 60)
|
||||
#define TEXT(bankid, index) ((bankid << 9) | index)
|
||||
#define VOLUME(volume) (volume > 0x5000 ? 0x5000 : volume)
|
||||
|
||||
// These actions are assigned to chr->actiontype
|
||||
#define ACT_INIT 0
|
||||
|
||||
@@ -27,7 +27,7 @@ u32 func0f16daa4(void);
|
||||
void audioSetBgMusicForMenu(void);
|
||||
void func0f16db3c(void);
|
||||
void func0f16dba4(void);
|
||||
void func0f16dc78(f32 arg0);
|
||||
void audioPlayMpDeathTrack(f32 arg0);
|
||||
void func0f16dd14(void);
|
||||
void func0f16ddb0(void);
|
||||
void audioPlayTrack(s32 tracknum);
|
||||
|
||||
Reference in New Issue
Block a user