mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
audio_playback, audio_effects OK (#313)
* audio_playback.c * format.sh * rename functions * Audio_SequenceChannelProcessSound * Audio_SequencePlayerProcessSound * Audio_GetPortamentoFreqScale * Audio_GetVibratoPitchChange * Audio_GetVibratoFreqScale * Audio_NoteVibratoInit, Audio_NoteVibratoUpdate * Audio_NotePortamentoInit * Audio_AdsrInit * Audio_AdsrUpdate * Common bitfield formatting * format.sh * review Co-authored-by: zelda2774 <zelda2774@invalid>
This commit is contained in:
parent
ac8796cbc9
commit
d68f9893fd
115 changed files with 1014 additions and 1825 deletions
16
data/audio_effects.data.s
Normal file
16
data/audio_effects.data.s
Normal file
|
@ -0,0 +1,16 @@
|
|||
.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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80130510
|
||||
.incbin "baserom.z64", 0xBA76B0, 0x4
|
||||
|
||||
glabel D_80130514
|
||||
.incbin "baserom.z64", 0xBA76B4, 0x5C
|
Loading…
Add table
Add a link
Reference in a new issue