summaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
commit855c052be041ed85789db1e460dd35cab9d12b4f (patch)
tree35dcf54a3b48510c01c721e2733646ed597ff79a /src/sound.c
parent734cada66a2d9938cdc9a2806f68352d06da6e9a (diff)
Rename song constants using Japanese sound test menu
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound.c b/src/sound.c
index 41b9f5b7d..510db800f 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -53,9 +53,9 @@ static const struct Fanfare sFanfares[] = {
{ MUS_ME_B_BIG, 250 },
{ MUS_ME_B_SMALL, 150 },
{ MUS_ME_ZANNEN, 160 },
- { BGM_FRLG_FLUTE, 450 },
- { BGM_FRLG_ME_KEYITEM, 170 },
- { BGM_FRLG_ME_POKEDEX_EVAL, 196 }
+ { MUS_POKEFUE, 450 },
+ { MUS_FAN5, 170 },
+ { MUS_FAN2, 196 }
};
extern u16 SpeciesToCryId(u16);