mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_select.mid
This commit is contained in:
parent
5e423fb5ea
commit
88167d3183
@ -620,7 +620,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_pc_login.o(.rodata);
|
||||
sound/songs/midi/se_pc_off.o(.rodata);
|
||||
sound/songs/midi/se_pc_on.o(.rodata);
|
||||
sound/songs/se_select.o(.rodata);
|
||||
sound/songs/midi/se_select.o(.rodata);
|
||||
sound/songs/se_win_open.o(.rodata);
|
||||
sound/songs/se_wall_hit.o(.rodata);
|
||||
sound/songs/midi/se_door.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1071,5 +1071,8 @@ $(MID_SUBDIR)/se_save.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_seikai.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_select.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_select.mid
Normal file
BIN
sound/songs/midi/se_select.mid
Normal file
Binary file not shown.
@ -1,50 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_select_grp, voicegroup127
|
||||
.equ se_select_pri, 5
|
||||
.equ se_select_rev, reverb_set+50
|
||||
.equ se_select_mvl, 127
|
||||
.equ se_select_key, 0
|
||||
.equ se_select_tbs, 1
|
||||
.equ se_select_exg, 0
|
||||
.equ se_select_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_select
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_select_1:
|
||||
.byte KEYSH , se_select_key+0
|
||||
.byte TEMPO , 300*se_select_tbs/2
|
||||
.byte VOICE , 87
|
||||
.byte VOL , 80*se_select_mvl/mxv
|
||||
.byte BEND , c_v+13
|
||||
.byte N03 , As5 , v068
|
||||
.byte W03
|
||||
.byte Gn6 , v127
|
||||
.byte W03
|
||||
.byte Gn6 , v068
|
||||
.byte W03
|
||||
.byte Gn6 , v127
|
||||
.byte W03
|
||||
.byte VOICE , 88
|
||||
.byte N06 , Gn6 , v068
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_select:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_select_pri @ Priority
|
||||
.byte se_select_rev @ Reverb.
|
||||
|
||||
.word se_select_grp
|
||||
|
||||
.word se_select_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user