This commit is contained in:
DizzyEggg 2024-12-16 21:13:21 +01:00
parent c2a8ee121e
commit 02c4a74ced
3 changed files with 14 additions and 4 deletions

@ -4345,8 +4345,5 @@ gUnknown_9F510EC:
.global gUnknown_9F51590
gUnknown_9F51590:
.incbin "baserom.gba", 0x1F51590, 0x2CC
.global seq_000
seq_000:
.incbin "baserom.gba", 0x1F5185C, 0x8

@ -794,7 +794,8 @@ SECTIONS {
ALIGN(4)
{
data/sound_data.o(.rodata);
sound/songs/seq_001.o(.rodata);
sound/songs/seq_000.o(.rodata);
sound/songs/seq_001.o(.rodata);
sound/songs/seq_002.o(.rodata);
sound/songs/seq_003.o(.rodata);
sound/songs/seq_004.o(.rodata);

12
sound/songs/seq_000.s Normal file

@ -0,0 +1,12 @@
.section .rodata
.global seq_000
.align 2
seq_000:
.byte 0 @ NumTrks
.byte 0 @ NumBlks
.byte 50 @ Priority
.byte 128 @ Reverb
.word bank_000