mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
a0d2cceeca
* cleanups * Improve Audio_SequencePlayerProcessSequence * cleanup * labeling * progress on func_800E5000 * func_800F6268 * func_800ECDF8 * Improve func_800F2464 * reorder variables * labelling * non-equivalent func_800EEA50 * minor doc * func_800E6590 * minor doc * Reformat abi.h * Very slight improvements * func_800DC384 * func_800E1618 * formatting Co-authored-by: zelda2774 <zelda2774@invalid>
38 lines
834 B
ArmAsm
38 lines
834 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 .rodata
|
|
|
|
.balign 16
|
|
|
|
glabel gAudioBankTable
|
|
.incbin "baserom.z64", 0xBCC270, 0x270
|
|
|
|
glabel D_80155340
|
|
.incbin "baserom.z64", 0xBCC4E0, 0x1C0
|
|
|
|
glabel gSequenceTable
|
|
.incbin "baserom.z64", 0xBCC6A0, 0x6F0
|
|
|
|
glabel gAudioTable
|
|
.incbin "baserom.z64", 0xBCCD90, 0x80
|
|
|
|
glabel rspAspMainDataStart
|
|
.incbin "baserom.z64", 0xBCCE10, 0x2E0
|
|
glabel rspAspMainDataEnd
|
|
|
|
glabel D_80155F50
|
|
.incbin "baserom.z64", 0xBCD0F0, 0x1630
|
|
|
|
glabel D_80157580
|
|
.incbin "baserom.z64", 0xBCE720, 0x420
|
|
|
|
glabel D_801579A0
|
|
.incbin "baserom.z64", 0xBCEB40, 0x390
|
|
|
|
glabel gJpegUCodeData
|
|
.incbin "baserom.z64", 0xBCEED0, 0x60
|