summaryrefslogtreecommitdiff
path: root/src/pokemon_summary_screen.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2019-07-29 21:17:54 -0500
committercamthesaxman <cameronghall@cox.net>2019-07-29 21:17:54 -0500
commitea0dfce3c41c6348cfbea086c291ab19744def9a (patch)
tree26c30719ebfb546dcbc7aa68e002a3db4b5bb30a /src/pokemon_summary_screen.c
parentdb4af549fdf13cdaca6654f7bb9ef54ecef14359 (diff)
gMPlay to gMPlayInfo
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r--src/pokemon_summary_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c
index 134b2b753..e970cc3bc 100644
--- a/src/pokemon_summary_screen.c
+++ b/src/pokemon_summary_screen.c
@@ -122,7 +122,7 @@ static void SummaryScreen_PrintColoredText(const u8 *, u8, u8, u8);
extern u8 StorageSystemGetNextMonIndex(struct BoxPokemon *, u8, u8, u8);
-extern struct MusicPlayerInfo gMPlay_BGM;
+extern struct MusicPlayerInfo gMPlayInfo_BGM;
extern u8 gPPUpReadMasks[];
extern TaskFunc gUnknown_03005CF0;
extern struct SpriteTemplate gUnknown_02024E8C;
@@ -929,7 +929,7 @@ static void SummaryScreen_DestroyTask(u8 taskId)
ResetSpriteData();
FreeAllSpritePalettes();
StopCryAndClearCrySongs();
- m4aMPlayVolumeControl(&gMPlay_BGM, 0xFFFF, 0x100);
+ m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100);
SetMainCallback2(pssData.callback);
DestroyTask(taskId);
}