diff options
Diffstat (limited to 'src/pokeball.c')
-rw-r--r-- | src/pokeball.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeball.c b/src/pokeball.c index 127ba8e9d..13969a5d1 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -885,7 +885,7 @@ static void sub_80760F8(struct Sprite *sprite) { gDoingBattleAnim = FALSE; m4aMPlayAllStop(); - PlaySE(BGM_FANFA5); + PlaySE(MUS_FANFA5); } else if (sprite->data[4] == 315) { |