mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_mu_pachi.mid
This commit is contained in:
parent
68cb780ac3
commit
3cfee40c82
@ -650,7 +650,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_hazure.o(.rodata);
|
||||
sound/songs/midi/se_exp.o(.rodata);
|
||||
sound/songs/midi/se_jite_pyoko.o(.rodata);
|
||||
sound/songs/se_mu_pachi.o(.rodata);
|
||||
sound/songs/midi/se_mu_pachi.o(.rodata);
|
||||
sound/songs/se_tk_kasya.o(.rodata);
|
||||
sound/songs/midi/se_fu_zaku.o(.rodata);
|
||||
sound/songs/midi/se_fu_zaku2.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -957,5 +957,8 @@ $(MID_SUBDIR)/se_mizu.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_moter.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V90 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_mu_pachi.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
@ -36,7 +36,7 @@ gSongTable:: @ 86B49F0
|
||||
song se_hazure, 1, 1 @ Failure
|
||||
song se_exp, 1, 1 @ Exp. Bar
|
||||
song se_jite_pyoko, 1, 1 @ Bunny Hop
|
||||
song se_mu_pachi, 1, 1
|
||||
song se_mu_pachi, 1, 1 @ Toggle Switch
|
||||
song se_tk_kasya, 1, 1 @ Mossdeep Gym/Trick House Switch
|
||||
song se_fu_zaku, 1, 1
|
||||
song se_fu_zaku2, 1, 1
|
||||
|
BIN
sound/songs/midi/se_mu_pachi.mid
Normal file
BIN
sound/songs/midi/se_mu_pachi.mid
Normal file
Binary file not shown.
@ -1,47 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_mu_pachi_grp, voicegroup127
|
||||
.equ se_mu_pachi_pri, 4
|
||||
.equ se_mu_pachi_rev, reverb_set+50
|
||||
.equ se_mu_pachi_mvl, 127
|
||||
.equ se_mu_pachi_key, 0
|
||||
.equ se_mu_pachi_tbs, 1
|
||||
.equ se_mu_pachi_exg, 0
|
||||
.equ se_mu_pachi_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_mu_pachi
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_mu_pachi_1:
|
||||
.byte KEYSH , se_mu_pachi_key+0
|
||||
.byte TEMPO , 150*se_mu_pachi_tbs/2
|
||||
.byte VOICE , 122
|
||||
.byte VOL , 100*se_mu_pachi_mvl/mxv
|
||||
.byte N01 , Ds3 , v127
|
||||
.byte W02
|
||||
.byte VOICE , 126
|
||||
.byte N01 , Gs4
|
||||
.byte W01
|
||||
.byte W03
|
||||
.byte W01
|
||||
.byte Gs4 , v088
|
||||
.byte W02
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_mu_pachi:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_mu_pachi_pri @ Priority
|
||||
.byte se_mu_pachi_rev @ Reverb.
|
||||
|
||||
.word se_mu_pachi_grp
|
||||
|
||||
.word se_mu_pachi_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user