mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_reapoke.mid
This commit is contained in:
parent
d9820be5b9
commit
a3208dfdc6
@ -717,7 +717,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_c_pasi.o(.rodata);
|
||||
sound/songs/midi/se_c_syu.o(.rodata);
|
||||
sound/songs/midi/se_c_pikon.o(.rodata);
|
||||
sound/songs/se_reapoke.o(.rodata);
|
||||
sound/songs/midi/se_reapoke.o(.rodata);
|
||||
sound/songs/midi/se_op_basyu.o(.rodata);
|
||||
sound/songs/midi/se_bt_start.o(.rodata);
|
||||
sound/songs/midi/se_dendou.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1002,5 +1002,8 @@ $(MID_SUBDIR)/se_pn_on.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_poke_dead.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_reapoke.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_reapoke.mid
Normal file
BIN
sound/songs/midi/se_reapoke.mid
Normal file
Binary file not shown.
@ -1,106 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_reapoke_grp, voicegroup128
|
||||
.equ se_reapoke_pri, 5
|
||||
.equ se_reapoke_rev, reverb_set+50
|
||||
.equ se_reapoke_mvl, 127
|
||||
.equ se_reapoke_key, 0
|
||||
.equ se_reapoke_tbs, 1
|
||||
.equ se_reapoke_exg, 0
|
||||
.equ se_reapoke_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_reapoke
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_reapoke_1:
|
||||
.byte KEYSH , se_reapoke_key+0
|
||||
.byte TEMPO , 220*se_reapoke_tbs/2
|
||||
.byte VOICE , 46
|
||||
.byte VOL , 95*se_reapoke_mvl/mxv
|
||||
.byte BENDR , 12
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v+1
|
||||
.byte N03 , Cn6 , v127
|
||||
.byte W01
|
||||
.byte PAN , c_v+2
|
||||
.byte BEND , c_v+2
|
||||
.byte W01
|
||||
.byte c_v+4
|
||||
.byte W01
|
||||
.byte c_v+1
|
||||
.byte N06 , Gn6
|
||||
.byte W01
|
||||
.byte PAN , c_v+0
|
||||
.byte W02
|
||||
.byte W03
|
||||
.byte BEND , c_v+1
|
||||
.byte N03 , Cn6 , v104
|
||||
.byte W01
|
||||
.byte PAN , c_v-2
|
||||
.byte BEND , c_v+2
|
||||
.byte W02
|
||||
.byte c_v+4
|
||||
.byte W01
|
||||
.byte c_v+1
|
||||
.byte N06 , Gn6
|
||||
.byte W01
|
||||
.byte PAN , c_v+0
|
||||
.byte W04
|
||||
.byte W01
|
||||
.byte BEND , c_v+1
|
||||
.byte N03 , Cs6 , v080
|
||||
.byte W01
|
||||
.byte PAN , c_v+4
|
||||
.byte BEND , c_v+2
|
||||
.byte W01
|
||||
.byte c_v+4
|
||||
.byte W01
|
||||
.byte c_v+1
|
||||
.byte N06 , Gs6
|
||||
.byte W02
|
||||
.byte PAN , c_v+0
|
||||
.byte W04
|
||||
.byte BEND , c_v+1
|
||||
.byte N03 , Cs6 , v048
|
||||
.byte W02
|
||||
.byte PAN , c_v-5
|
||||
.byte BEND , c_v+2
|
||||
.byte W01
|
||||
.byte c_v+4
|
||||
.byte W01
|
||||
.byte c_v+1
|
||||
.byte N06 , Gs6
|
||||
.byte W01
|
||||
.byte PAN , c_v+0
|
||||
.byte W03
|
||||
.byte W02
|
||||
.byte c_v+4
|
||||
.byte BEND , c_v+1
|
||||
.byte N03 , Cs6 , v032
|
||||
.byte W01
|
||||
.byte BEND , c_v+2
|
||||
.byte W01
|
||||
.byte c_v+4
|
||||
.byte W02
|
||||
.byte c_v+0
|
||||
.byte N06 , Gs6
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_reapoke:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_reapoke_pri @ Priority
|
||||
.byte se_reapoke_rev @ Reverb.
|
||||
|
||||
.word se_reapoke_grp
|
||||
|
||||
.word se_reapoke_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user