mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-28 15:56:51 +00:00
80edcc3801
* Import audio synth data, OK * Cleanup data * Merge data into 1 file * naming * format * Fix data * Separate audio_data into it's own file * CleanUp, more PR suggestions * Fix audio_effects.data.s * Format audio_data * rm asm, always gets me
21 lines
379 B
ArmAsm
21 lines
379 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
|
|
.word 0
|
|
|
|
glabel D_80130514
|
|
.word 0
|
|
|
|
.word 0, 0 # file boundary
|
|
|
|
glabel D_80130520
|
|
.incbin "baserom.z64", 0xBA76C0, 0x50
|