mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
label C Sequence Player functions
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C8660/func_800C7A60.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C8660/alCSPSetBank.s")
|
||||
|
||||
@@ -3,11 +3,22 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "audio_internal.h"
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/alCSeqSetLoc.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/alCSeqGetLoc.s")
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/func_800C7AA0.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/func_800C7B40.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/__getTrackByte.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/__readVarLen.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/__alCSeqGetTrackEvent.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/func_800C7FFC.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/alCSeqNew.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/alCSeqNewMarker.s")
|
||||
|
||||
s32 alCSeqGetTicks(ALCSeq *seq)
|
||||
{
|
||||
return seq->lastTicks;
|
||||
}
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/func_800C8284.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/func_800C8380.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C86A0/__alCSeqNextDelta.s")
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C9160/func_800C8560.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C9160/alCSPSetSeq.s")
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/func_800C85A0.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/func_800C85D0.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/alCSPPlay.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/alCSPStop.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/func_800C8600.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/alUnlink.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0C91A0/alLink.s")
|
||||
|
||||
@@ -205,7 +205,6 @@ s32 _allocatePVoice(ALSynth *drvr, PVoice **pvoice, s16 priority)
|
||||
}
|
||||
#endif
|
||||
|
||||
//GLOBAL_ASM("lib/asm/non_matchings/unknown_0C9C90/alSynAllocVoice.s")
|
||||
s32 alSynAllocVoice(ALSynth *drvr, ALVoice *voice, ALVoiceConfig *vc)
|
||||
{
|
||||
PVoice *pvoice = 0;
|
||||
|
||||
Reference in New Issue
Block a user