mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
d1a5ea5110
* being code_800EC960 * wip * wip * more audio progress * migrate data in code_800E11F0 * wip * make ok * remove asm * wip * move some variables outside of gAudioContext to the AudioContext structure due to the size used in func_800E3094 * more progress * wip * wip * split code_800E11F0 * migrate rodata in code_800E11F0 * match functions that couldn't because of data issues * move code_800E4FE0 asm files * wip * more wip * fix global functions, and forward declarations * wip * wip * wip * ocarina wip * match a couple functions * some progress * separate some bss * match func_800EDA3C * some matching * more matches * migrate audio rodata * some matches * more matchess * start on synthesis * work on synthesis * fix function declaration * Merge branch 'master' into audio * match a few more functions * wip * wip * more matching, rename Audio_SetBGM to Audio_QueueSeqCmd * name several audio functions, and audiocontext members * more naming, rename code_800E11F0 to audio_load, code_800DAAC0 to audio_synthesis * audio wip * match a few more functions. * wip * add missing NON_MATCHING directive * wip * some matching, data reogranization * match cursed function * wip * wip * formatting * remove prefix from struct memebers * missed function rename * review Co-authored-by: fig02 <fig02srl@gmail.com>
37 lines
800 B
ArmAsm
37 lines
800 B
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 .rodata
|
|
|
|
.balign 16
|
|
|
|
glabel gAudioBankTable
|
|
.incbin "baserom.z64", 0xBCC270, 0x270
|
|
|
|
glabel D_80155340
|
|
.incbin "baserom.z64", 0xBCC4E0, 0x1C0
|
|
|
|
glabel gSequenceTable
|
|
.incbin "baserom.z64", 0xBCC6A0, 0x6F0
|
|
|
|
glabel gAudioTable
|
|
.incbin "baserom.z64", 0xBCCD90, 0x80
|
|
|
|
glabel D_80155C70
|
|
.incbin "baserom.z64", 0xBCCE10, 0x2E0
|
|
|
|
glabel D_80155F50
|
|
.incbin "baserom.z64", 0xBCD0F0, 0x1630
|
|
|
|
glabel D_80157580
|
|
.incbin "baserom.z64", 0xBCE720, 0x420
|
|
|
|
glabel D_801579A0
|
|
.incbin "baserom.z64", 0xBCEB40, 0x390
|
|
|
|
glabel gJpegUCodeData
|
|
.incbin "baserom.z64", 0xBCEED0, 0x60
|