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/pokemon_summary_screen.c | |
parent | e26f9d10d7bebee5ea512fc4729ce6adafec66a0 (diff) |
Add TRACKS_ALL, remove BGCntrlBitfield
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 5c4b19bc4..f6371b088 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -1498,7 +1498,7 @@ static void CloseSummaryScreen(u8 taskId) ResetSpriteData(); FreeAllSpritePalettes(); StopCryAndClearCrySongs(); - m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, TRACKS_ALL, 0x100); if (gMonSpritesGfxPtr == NULL) DestroyMonSpritesGfxManager(MON_SPR_GFX_MANAGER_A); FreeSummaryScreen(); |