mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 02:10:57 +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
|
@ -44,11 +44,8 @@ glabel gWaveSamples
|
|||
.word D_8012EE90
|
||||
.word D_8012EE90
|
||||
|
||||
glabel D_8012F0B4
|
||||
.incbin "baserom.z64", 0xBA6254, 0x200
|
||||
|
||||
glabel D_8012F2B4
|
||||
.incbin "baserom.z64", 0xBA6454, 0x200
|
||||
glabel gPitchBendFrequencyScale
|
||||
.incbin "baserom.z64", 0xBA6254, 0x400
|
||||
|
||||
glabel D_8012F4B4
|
||||
.incbin "baserom.z64", 0xBA6654, 0x200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue