diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-09 11:33:37 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-09 11:34:51 -0400 |
commit | 28de627913f04e059f995169299e41ce4c2544f0 (patch) | |
tree | baba21a14ae6c2d0a7464851346e6217ac8a34be /src/pokeblock_feed.c | |
parent | e26f9d10d7bebee5ea512fc4729ce6adafec66a0 (diff) |
Add TRACKS_ALL, remove BGCntrlBitfield
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r-- | src/pokeblock_feed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c index 4eb60f3d0..99585407a 100644 --- a/src/pokeblock_feed.c +++ b/src/pokeblock_feed.c @@ -886,7 +886,7 @@ static void Task_ExitPokeblockFeed(u8 taskId) { ResetSpriteData(); FreeAllSpritePalettes(); - m4aMPlayVolumeControl(&gMPlayInfo_BGM, -1, 0x100); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 0x100); SetMainCallback2(gMain.savedCallback); DestroyTask(taskId); FreeAllWindowBuffers(); |