diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-17 10:20:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-17 10:20:11 -0400 |
commit | ce257741b4d7fb828177ae45c516eb93553c41c6 (patch) | |
tree | 9cf5794b8bbc9730427e15d1e60f96cf6a21b60c /sound/songs | |
parent | 47b550b8b32e39fbdcad38dae558ed404814f04d (diff) |
Rename voicegroups to numerical order
Diffstat (limited to 'sound/songs')
-rw-r--r-- | sound/songs/mus_fanfa1.s | 2 | ||||
-rw-r--r-- | sound/songs/mus_fanfa4.s | 2 | ||||
-rw-r--r-- | sound/songs/mus_fanfa5.s | 2 | ||||
-rw-r--r-- | sound/songs/mus_me_b_big.s | 2 | ||||
-rw-r--r-- | sound/songs/mus_me_b_small.s | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sound/songs/mus_fanfa1.s b/sound/songs/mus_fanfa1.s index 07d1a7fd5..3199c8716 100644 --- a/sound/songs/mus_fanfa1.s +++ b/sound/songs/mus_fanfa1.s @@ -1,6 +1,6 @@ .include "MPlayDef.s" - .equ mus_fanfa1_grp, voicegroup012 + .equ mus_fanfa1_grp, voicegroup008 .equ mus_fanfa1_pri, 5 .equ mus_fanfa1_rev, reverb_set+50 .equ mus_fanfa1_mvl, 127 diff --git a/sound/songs/mus_fanfa4.s b/sound/songs/mus_fanfa4.s index d30fca1d8..21ab603a8 100644 --- a/sound/songs/mus_fanfa4.s +++ b/sound/songs/mus_fanfa4.s @@ -1,6 +1,6 @@ .include "MPlayDef.s" - .equ mus_fanfa4_grp, voicegroup012 + .equ mus_fanfa4_grp, voicegroup008 .equ mus_fanfa4_pri, 5 .equ mus_fanfa4_rev, reverb_set+50 .equ mus_fanfa4_mvl, 127 diff --git a/sound/songs/mus_fanfa5.s b/sound/songs/mus_fanfa5.s index 2126c070b..d2b038262 100644 --- a/sound/songs/mus_fanfa5.s +++ b/sound/songs/mus_fanfa5.s @@ -1,6 +1,6 @@ .include "MPlayDef.s" - .equ mus_fanfa5_grp, voicegroup012 + .equ mus_fanfa5_grp, voicegroup008 .equ mus_fanfa5_pri, 5 .equ mus_fanfa5_rev, reverb_set+50 .equ mus_fanfa5_mvl, 127 diff --git a/sound/songs/mus_me_b_big.s b/sound/songs/mus_me_b_big.s index 76b579458..6959af085 100644 --- a/sound/songs/mus_me_b_big.s +++ b/sound/songs/mus_me_b_big.s @@ -2,7 +2,7 @@ .section .rodata .global mus_me_b_big .align 2 - .equ mus_me_b_big_grp, voicegroup012 + .equ mus_me_b_big_grp, voicegroup008 .equ mus_me_b_big_pri, 5 .equ mus_me_b_big_rev, reverb_set+50 diff --git a/sound/songs/mus_me_b_small.s b/sound/songs/mus_me_b_small.s index 6dab77385..e1312d2a0 100644 --- a/sound/songs/mus_me_b_small.s +++ b/sound/songs/mus_me_b_small.s @@ -2,7 +2,7 @@ .section .rodata .global mus_me_b_small .align 2 - .equ mus_me_b_small_grp, voicegroup012 + .equ mus_me_b_small_grp, voicegroup008 .equ mus_me_b_small_pri, 5 .equ mus_me_b_small_rev, reverb_set+50 |