mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_rg_w_door.mid
This commit is contained in:
parent
a5ddb0b4b8
commit
83c843474a
@ -863,7 +863,7 @@ SECTIONS {
|
|||||||
sound/songs/se_w287b.o(.rodata);
|
sound/songs/se_w287b.o(.rodata);
|
||||||
sound/songs/se_w114.o(.rodata);
|
sound/songs/se_w114.o(.rodata);
|
||||||
sound/songs/se_w063b.o(.rodata);
|
sound/songs/se_w063b.o(.rodata);
|
||||||
sound/songs/se_rg_w_door.o(.rodata);
|
sound/songs/midi/se_rg_w_door.o(.rodata);
|
||||||
sound/songs/midi/se_rg_card1.o(.rodata);
|
sound/songs/midi/se_rg_card1.o(.rodata);
|
||||||
sound/songs/midi/se_rg_card2.o(.rodata);
|
sound/songs/midi/se_rg_card2.o(.rodata);
|
||||||
sound/songs/midi/se_rg_card3.o(.rodata);
|
sound/songs/midi/se_rg_card3.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1050,5 +1050,8 @@ $(MID_SUBDIR)/se_rg_nawamiss.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_rg_shop.s: %.s: %.mid
|
$(MID_SUBDIR)/se_rg_shop.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V080 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V080 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_rg_w_door.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V100 -P5
|
||||||
|
|
||||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||||
|
BIN
sound/songs/midi/se_rg_w_door.mid
Normal file
BIN
sound/songs/midi/se_rg_w_door.mid
Normal file
Binary file not shown.
@ -1,84 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_rg_w_door_grp, voicegroup129
|
|
||||||
.equ se_rg_w_door_pri, 5
|
|
||||||
.equ se_rg_w_door_rev, reverb_set+50
|
|
||||||
.equ se_rg_w_door_mvl, 127
|
|
||||||
.equ se_rg_w_door_key, 0
|
|
||||||
.equ se_rg_w_door_tbs, 1
|
|
||||||
.equ se_rg_w_door_exg, 0
|
|
||||||
.equ se_rg_w_door_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_rg_w_door
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_rg_w_door_1:
|
|
||||||
.byte KEYSH , se_rg_w_door_key+0
|
|
||||||
.byte TEMPO , 110*se_rg_w_door_tbs/2
|
|
||||||
.byte VOICE , 127
|
|
||||||
.byte VOL , 100*se_rg_w_door_mvl/mxv
|
|
||||||
.byte N03 , Fn2 , v100
|
|
||||||
.byte N03 , As2 , v127
|
|
||||||
.byte W06
|
|
||||||
.byte N08 , Fs3 , v096
|
|
||||||
.byte W06
|
|
||||||
.byte VOL , 88*se_rg_w_door_mvl/mxv
|
|
||||||
.byte W03
|
|
||||||
.byte 54*se_rg_w_door_mvl/mxv
|
|
||||||
.byte W03
|
|
||||||
.byte 68*se_rg_w_door_mvl/mxv
|
|
||||||
.byte W06
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_rg_w_door_2:
|
|
||||||
.byte KEYSH , se_rg_w_door_key+0
|
|
||||||
.byte VOICE , 92
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte VOL , 43*se_rg_w_door_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte W04
|
|
||||||
.byte c_v-50
|
|
||||||
.byte N10 , Bn5 , v052
|
|
||||||
.byte W02
|
|
||||||
.byte BEND , c_v-45
|
|
||||||
.byte W01
|
|
||||||
.byte c_v-23
|
|
||||||
.byte W01
|
|
||||||
.byte c_v-2
|
|
||||||
.byte W01
|
|
||||||
.byte c_v+22
|
|
||||||
.byte W01
|
|
||||||
.byte c_v+28
|
|
||||||
.byte W01
|
|
||||||
.byte c_v+41
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 29*se_rg_w_door_mvl/mxv
|
|
||||||
.byte BEND , c_v+53
|
|
||||||
.byte W01
|
|
||||||
.byte c_v+60
|
|
||||||
.byte W02
|
|
||||||
.byte VOL , 18*se_rg_w_door_mvl/mxv
|
|
||||||
.byte BEND , c_v+63
|
|
||||||
.byte W09
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_rg_w_door:
|
|
||||||
.byte 2 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_rg_w_door_pri @ Priority
|
|
||||||
.byte se_rg_w_door_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_rg_w_door_grp
|
|
||||||
|
|
||||||
.word se_rg_w_door_1
|
|
||||||
.word se_rg_w_door_2
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user