diff --git a/data/sound_data.s b/data/sound_data.s index 920f5d49..47ffb2ae 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -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 diff --git a/ld_script.txt b/ld_script.txt index 3700eb83..38e66cb8 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); diff --git a/sound/songs/seq_000.s b/sound/songs/seq_000.s new file mode 100644 index 00000000..bc0640ff --- /dev/null +++ b/sound/songs/seq_000.s @@ -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 + \ No newline at end of file