summaryrefslogtreecommitdiff
path: root/src/battle_controller_recorded_player.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-09 11:33:37 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-09 11:34:51 -0400
commit28de627913f04e059f995169299e41ce4c2544f0 (patch)
treebaba21a14ae6c2d0a7464851346e6217ac8a34be /src/battle_controller_recorded_player.c
parente26f9d10d7bebee5ea512fc4729ce6adafec66a0 (diff)
Add TRACKS_ALL, remove BGCntrlBitfield
Diffstat (limited to 'src/battle_controller_recorded_player.c')
-rw-r--r--src/battle_controller_recorded_player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_recorded_player.c b/src/battle_controller_recorded_player.c
index bff81948b..ac2133592 100644
--- a/src/battle_controller_recorded_player.c
+++ b/src/battle_controller_recorded_player.c
@@ -318,7 +318,7 @@ static void Intro_TryShinyAnimShowHealthbox(void)
}
else
{
- m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100);
+ m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 0x100);
}
}