mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_hazure.mid
This commit is contained in:
parent
88a4693cde
commit
da9b55ea61
@ -596,7 +596,7 @@ SECTIONS {
|
||||
sound/songs/se_o.o(.rodata);
|
||||
sound/songs/se_n.o(.rodata);
|
||||
sound/songs/se_seikai.o(.rodata);
|
||||
sound/songs/se_hazure.o(.rodata);
|
||||
sound/songs/midi/se_hazure.o(.rodata);
|
||||
sound/songs/midi/se_exp.o(.rodata);
|
||||
sound/songs/se_jite_pyoko.o(.rodata);
|
||||
sound/songs/se_mu_pachi.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -894,5 +894,8 @@ $(MID_SUBDIR)/se_hantei2.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_hashi.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_hazure.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V120 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_hazure.mid
Normal file
BIN
sound/songs/midi/se_hazure.mid
Normal file
Binary file not shown.
@ -1,55 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_hazure_grp, voicegroup127
|
||||
.equ se_hazure_pri, 4
|
||||
.equ se_hazure_rev, reverb_set+50
|
||||
.equ se_hazure_mvl, 127
|
||||
.equ se_hazure_key, 0
|
||||
.equ se_hazure_tbs, 1
|
||||
.equ se_hazure_exg, 0
|
||||
.equ se_hazure_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_hazure
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_hazure_1:
|
||||
.byte KEYSH , se_hazure_key+0
|
||||
.byte TEMPO , 240*se_hazure_tbs/2
|
||||
.byte VOICE , 92
|
||||
.byte BENDR , 12
|
||||
.byte VOL , 120*se_hazure_mvl/mxv
|
||||
.byte BEND , c_v+0
|
||||
.byte N03 , Cn2 , v127
|
||||
.byte W03
|
||||
.byte Cn2 , v020
|
||||
.byte W03
|
||||
.byte N18 , Cn2 , v127
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte N09 , Cn2 , v020
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_hazure:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_hazure_pri @ Priority
|
||||
.byte se_hazure_rev @ Reverb.
|
||||
|
||||
.word se_hazure_grp
|
||||
|
||||
.word se_hazure_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user