mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-26 08:19:51 -05:00
seq 0
This commit is contained in:
parent
c2a8ee121e
commit
02c4a74ced
|
|
@ -4345,8 +4345,5 @@ gUnknown_9F510EC:
|
||||||
.global gUnknown_9F51590
|
.global gUnknown_9F51590
|
||||||
gUnknown_9F51590:
|
gUnknown_9F51590:
|
||||||
.incbin "baserom.gba", 0x1F51590, 0x2CC
|
.incbin "baserom.gba", 0x1F51590, 0x2CC
|
||||||
.global seq_000
|
|
||||||
seq_000:
|
|
||||||
.incbin "baserom.gba", 0x1F5185C, 0x8
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -794,7 +794,8 @@ SECTIONS {
|
||||||
ALIGN(4)
|
ALIGN(4)
|
||||||
{
|
{
|
||||||
data/sound_data.o(.rodata);
|
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_002.o(.rodata);
|
||||||
sound/songs/seq_003.o(.rodata);
|
sound/songs/seq_003.o(.rodata);
|
||||||
sound/songs/seq_004.o(.rodata);
|
sound/songs/seq_004.o(.rodata);
|
||||||
|
|
|
||||||
12
sound/songs/seq_000.s
Normal file
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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user