mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
d68f9893fd
* 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>
16 lines
348 B
ArmAsm
16 lines
348 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 .data
|
|
|
|
.balign 16
|
|
|
|
glabel D_80130510
|
|
.incbin "baserom.z64", 0xBA76B0, 0x4
|
|
|
|
glabel D_80130514
|
|
.incbin "baserom.z64", 0xBA76B4, 0x5C
|