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/contest.c | |
parent | e26f9d10d7bebee5ea512fc4729ce6adafec66a0 (diff) |
Add TRACKS_ALL, remove BGCntrlBitfield
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index a87e8f28b..175b9da30 100644 --- a/src/contest.c +++ b/src/contest.c @@ -3820,7 +3820,7 @@ static void Task_UpdateAppealHearts(u8 taskId) { PlaySE(SE_CONTEST_HEART); m4aMPlayImmInit(&gMPlayInfo_SE1); - m4aMPlayPitchControl(&gMPlayInfo_SE1, 0xFFFF, pitchMod * 256); + m4aMPlayPitchControl(&gMPlayInfo_SE1, TRACKS_ALL, pitchMod * 256); } else { |