mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Audio WIP (#836)
* 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>
This commit is contained in:
parent
cc9a04feb4
commit
d1a5ea5110
429 changed files with 9047 additions and 17038 deletions
|
@ -59,7 +59,7 @@ glabel func_800758AC
|
|||
/* AECAB0 80075910 00000000 */ nop
|
||||
/* AECAB4 80075914 14400003 */ bnez $v0, .L80075924
|
||||
/* AECAB8 80075918 3C028016 */ lui $v0, %hi(gSaveContext+0x140e) # $v0, 0x8016
|
||||
/* AECABC 8007591C 0C03E803 */ jal Audio_SetBGM
|
||||
/* AECABC 8007591C 0C03E803 */ jal Audio_QueueSeqCmd
|
||||
/* AECAC0 80075920 9444FA6E */ lhu $a0, %lo(gSaveContext+0x140e)($v0)
|
||||
.L80075924:
|
||||
/* AECAC4 80075924 3C018016 */ lui $at, %hi(gSaveContext+0x140e) # $at, 0x8016
|
||||
|
|
|
@ -71,7 +71,7 @@ glabel L80075BD8
|
|||
/* AECDA4 80075C04 3C0410F0 */ lui $a0, (0x10F000FF >> 16) # lui $a0, 0x10f0
|
||||
/* AECDA8 80075C08 55600005 */ bnezl $t3, .L80075C20
|
||||
/* AECDAC 80075C0C 3C010001 */ lui $at, 1
|
||||
/* AECDB0 80075C10 0C03E803 */ jal Audio_SetBGM
|
||||
/* AECDB0 80075C10 0C03E803 */ jal Audio_QueueSeqCmd
|
||||
/* AECDB4 80075C14 348400FF */ ori $a0, (0x10F000FF & 0xFFFF) # ori $a0, $a0, 0xff
|
||||
/* AECDB8 80075C18 92020B04 */ lbu $v0, 0xb04($s0)
|
||||
/* AECDBC 80075C1C 3C010001 */ lui $at, 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue