mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile aiAssignSound
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
/*0x0179*/ bool ai0179(void);
|
||||
/*0x017a*/ bool ai017a(void);
|
||||
/*0x017b*/ bool aiIfChrUnloaded(void);
|
||||
/*0x017c*/ bool ai017c(void);
|
||||
/*0x017c*/ bool aiAssignSound(void);
|
||||
/*0x017d*/ bool aiAudioSetMusicTrack(void);
|
||||
/*0x017e*/ bool aiAudioRestartDefaultMusic(void);
|
||||
/*0x017f*/ bool aiAudioSetSfxTrack(void);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
void alarmActivate(void);
|
||||
void alarmDeactivate(void);
|
||||
bool alarmIsActive(void);
|
||||
bool audioPlayFromWorldPosition(s8 channel_id, s16 audio_id, u8 volumemaybe, struct position *pos, s32 arg4, s32 arg5);
|
||||
bool audioPlayFromWorldPosition(s8 channel_id, s16 audio_id, s32 volumemaybe, struct position *pos, s32 arg4, s32 arg5);
|
||||
float countdownTimerGetValue(void);
|
||||
bool countdownTimerIsHidden(void);
|
||||
bool countdownTimerIsRunning(void);
|
||||
|
||||
Reference in New Issue
Block a user