mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_ussoki.mid
This commit is contained in:
parent
b532e51659
commit
3f997ef4c2
@ -903,7 +903,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_hantei2.o(.rodata);
|
||||
sound/songs/midi/se_curtain.o(.rodata);
|
||||
sound/songs/midi/se_curtain1.o(.rodata);
|
||||
sound/songs/se_ussoki.o(.rodata);
|
||||
sound/songs/midi/se_ussoki.o(.rodata);
|
||||
sound/songs/midi/mus_tetsuji.o(.rodata);
|
||||
sound/songs/midi/mus_field13.o(.rodata);
|
||||
sound/songs/midi/mus_kachi22.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1185,5 +1185,8 @@ $(MID_SUBDIR)/se_tu_saa.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_u.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_ussoki.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V077 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_ussoki.mid
Normal file
BIN
sound/songs/midi/se_ussoki.mid
Normal file
Binary file not shown.
@ -1,55 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_ussoki_grp, voicegroup129
|
||||
.equ se_ussoki_pri, 5
|
||||
.equ se_ussoki_rev, reverb_set+50
|
||||
.equ se_ussoki_mvl, 127
|
||||
.equ se_ussoki_key, 0
|
||||
.equ se_ussoki_tbs, 1
|
||||
.equ se_ussoki_exg, 0
|
||||
.equ se_ussoki_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_ussoki
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_ussoki_1:
|
||||
.byte KEYSH , se_ussoki_key+0
|
||||
.byte TEMPO , 100*se_ussoki_tbs/2
|
||||
.byte VOICE , 127
|
||||
.byte PAN , c_v+0
|
||||
.byte VOL , 77*se_ussoki_mvl/mxv
|
||||
.byte N03 , Cn5 , v096
|
||||
.byte W06
|
||||
.byte N01 , Gn5 , v064
|
||||
.byte W06
|
||||
.byte N03 , Cn5 , v100
|
||||
.byte W06
|
||||
.byte N01 , Gn5 , v064
|
||||
.byte W06
|
||||
se_ussoki_1_000:
|
||||
.byte N03 , Cn5 , v096
|
||||
.byte W06
|
||||
.byte N01 , Gn5 , v064
|
||||
.byte W06
|
||||
.byte PEND
|
||||
.byte PATT
|
||||
.word se_ussoki_1_000
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_ussoki:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_ussoki_pri @ Priority
|
||||
.byte se_ussoki_rev @ Reverb.
|
||||
|
||||
.word se_ussoki_grp
|
||||
|
||||
.word se_ussoki_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user