label C Sequence Player functions

This commit is contained in:
Mittenshugg
2020-08-06 01:54:13 -05:00
parent 696c691298
commit 4c6a27987f
20 changed files with 299 additions and 382 deletions
+1 -1
View File
@@ -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")
+14 -3
View File
@@ -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")
+1 -1
View File
@@ -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")
+2 -2
View File
@@ -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")
-1
View File
@@ -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;