mirror of
https://github.com/zeldaret/oot
synced 2026-08-16 21:17:48 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user