diff options
Diffstat (limited to 'src/battle_anim.c')
-rw-r--r-- | src/battle_anim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_anim.c b/src/battle_anim.c index 4b9fbb1dc..4273ac607 100644 --- a/src/battle_anim.c +++ b/src/battle_anim.c @@ -251,7 +251,7 @@ void LaunchBattleAnimation(const u8 *const animsTable[], u16 tableId, bool8 isMo { if (tableId == gMovesWithQuietBGM[i]) { - m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 128); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 128); break; } } @@ -517,7 +517,7 @@ static void Cmd_end(void) if (!continuousAnim) // May have been used for debug? { - m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 256); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 256); if (!IsContest()) { InitPrioritiesForVisibleBattlers(); |