mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_rg_help_op.mid
This commit is contained in:
parent
76cb446661
commit
1f8954115f
@ -872,7 +872,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_rg_getting.o(.rodata);
|
||||
sound/songs/se_rg_shop.o(.rodata);
|
||||
sound/songs/se_rg_kiteki.o(.rodata);
|
||||
sound/songs/se_rg_help_op.o(.rodata);
|
||||
sound/songs/midi/se_rg_help_op.o(.rodata);
|
||||
sound/songs/midi/se_rg_help_cl.o(.rodata);
|
||||
sound/songs/midi/se_rg_help_ng.o(.rodata);
|
||||
sound/songs/midi/se_rg_deomov.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1038,5 +1038,8 @@ $(MID_SUBDIR)/se_rg_help_cl.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_rg_help_ng.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V125 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_rg_help_op.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V096 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_rg_help_op.mid
Normal file
BIN
sound/songs/midi/se_rg_help_op.mid
Normal file
Binary file not shown.
@ -1,82 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_rg_help_op_grp, voicegroup129
|
||||
.equ se_rg_help_op_pri, 5
|
||||
.equ se_rg_help_op_rev, reverb_set+50
|
||||
.equ se_rg_help_op_mvl, 127
|
||||
.equ se_rg_help_op_key, 0
|
||||
.equ se_rg_help_op_tbs, 1
|
||||
.equ se_rg_help_op_exg, 0
|
||||
.equ se_rg_help_op_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_rg_help_op
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_rg_help_op_1:
|
||||
.byte KEYSH , se_rg_help_op_key+0
|
||||
.byte TEMPO , 420*se_rg_help_op_tbs/2
|
||||
.byte VOICE , 24
|
||||
.byte LFOS , 44
|
||||
.byte BENDR , 12
|
||||
.byte VOL , 96*se_rg_help_op_mvl/mxv
|
||||
.byte PAN , c_v-48
|
||||
.byte N04 , Dn4 , v096
|
||||
.byte W06
|
||||
.byte PAN , c_v-64
|
||||
.byte N04 , Dn4 , v032
|
||||
.byte W06
|
||||
.byte PAN , c_v-32
|
||||
.byte N04 , Fs4 , v096
|
||||
.byte W06
|
||||
.byte PAN , c_v+63
|
||||
.byte N04 , Fs4 , v032
|
||||
.byte W06
|
||||
.byte PAN , c_v-32
|
||||
.byte N04 , An4 , v096
|
||||
.byte W06
|
||||
.byte PAN , c_v-64
|
||||
.byte N04 , An4 , v032
|
||||
.byte W06
|
||||
.byte PAN , c_v-16
|
||||
.byte N04 , Cs5 , v096
|
||||
.byte W06
|
||||
.byte PAN , c_v+63
|
||||
.byte N04 , Cs5 , v032
|
||||
.byte W06
|
||||
.byte PAN , c_v+32
|
||||
.byte N04 , Dn5 , v076
|
||||
.byte W06
|
||||
.byte PAN , c_v-64
|
||||
.byte N04 , Dn5 , v032
|
||||
.byte W06
|
||||
.byte PAN , c_v+63
|
||||
.byte N04 , Dn5 , v024
|
||||
.byte W06
|
||||
.byte PAN , c_v-64
|
||||
.byte N04 , Dn5 , v016
|
||||
.byte W06
|
||||
.byte PAN , c_v+63
|
||||
.byte N04 , Dn5 , v008
|
||||
.byte W06
|
||||
.byte PAN , c_v-64
|
||||
.byte N04 , Dn5 , v004
|
||||
.byte W18
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_rg_help_op:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_rg_help_op_pri @ Priority
|
||||
.byte se_rg_help_op_rev @ Reverb.
|
||||
|
||||
.word se_rg_help_op_grp
|
||||
|
||||
.word se_rg_help_op_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user