summaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
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);