mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
5ad7cf9dbb
* Minor labelling * progress * play percentage -> delay * duration -> gatetime * more * more * more * seqIdx -> playerIdx * more * more * more * more * format * fix comment * filters * more * media * confusion * Sync load is actually slow load * AudioHeap prefix * more * more * reformat * more * more * AudioLoad * more * more * seq banks * more consistent * more * name last function in audio_load * More audio_synthesis * clean up audio tables * minor * slow/fast load ramAddr * format * remove unused * Remove union * remove padding * audio bank -> sound font * seqLayer -> layer * stuff * seqChannel -> channel * ChannelLayer -> Layer * remove define, add bug comment * format * more * cache enum * more * AudioSeq function prefix * naming * bankIdx -> bankId * more * format * review * more * fixes * avoid hardcoded sfxid's * SE -> Sfx Co-authored-by: zelda2774 <zelda2774@invalid>
85 lines
1.2 KiB
ArmAsm
85 lines
1.2 KiB
ArmAsm
.include "macro.inc"
|
|
|
|
# assembler directives
|
|
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
.set gp=64 # allow use of 64-bit general purpose registers
|
|
|
|
.section .bss
|
|
|
|
.balign 16
|
|
|
|
glabel D_8016BAD0
|
|
.space 0x1B0
|
|
|
|
glabel D_8016BC80
|
|
.space 0x240
|
|
|
|
glabel D_8016BEC0
|
|
.space 0x420
|
|
|
|
glabel D_8016C2E0
|
|
.space 0x3C0
|
|
|
|
glabel D_8016C6A0
|
|
.space 0x180
|
|
|
|
glabel D_8016C820
|
|
.space 0x90
|
|
|
|
glabel D_8016C8B0
|
|
.space 0xF0
|
|
|
|
glabel sSoundRequests
|
|
.space 0x1800
|
|
|
|
glabel sSoundBankListEnd
|
|
.space 0x8
|
|
|
|
glabel sSoundBankFreeListStart
|
|
.space 0x8
|
|
|
|
glabel sSoundBankUnused
|
|
.space 0x8
|
|
|
|
glabel gActiveSounds
|
|
.space 0xA8
|
|
|
|
glabel sCurSfxPlayerChannelIdx
|
|
.space 0x4
|
|
|
|
glabel gSoundBankMuted
|
|
.space 0xC
|
|
|
|
glabel sUnusedBankLerp
|
|
.space 0x70
|
|
|
|
glabel gAudioSfxSwapSource
|
|
.space 0x18
|
|
|
|
glabel gAudioSfxSwapTarget
|
|
.space 0x18
|
|
|
|
glabel gAudioSfxSwapMode
|
|
.space 0x10
|
|
|
|
glabel D_8016E320
|
|
.space 0x28
|
|
|
|
glabel D_8016E348
|
|
.space 0x8
|
|
|
|
glabel sAudioSeqCmds
|
|
.space 0x400
|
|
|
|
glabel D_8016E750
|
|
.space 0x990
|
|
|
|
glabel D_8016F0E0 # unused?
|
|
.space 0xA0
|
|
|
|
glabel gAudioContext
|
|
.space 0x6450
|
|
|
|
glabel D_801755D0
|
|
.space 0x20
|