diff options
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r-- | src/pokeblock_feed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c index a4614f52d..cb3d8789e 100644 --- a/src/pokeblock_feed.c +++ b/src/pokeblock_feed.c @@ -21,7 +21,7 @@ #include "trig.h" #include "ewram.h" -extern struct MusicPlayerInfo gMPlay_BGM; +extern struct MusicPlayerInfo gMPlayInfo_BGM; extern u8 gPokeblockMonID; extern s16 gPokeblockGain; @@ -743,7 +743,7 @@ static void Task_ReturnAfterPaletteFade(u8 taskID) { if (!gPaletteFade.active) { - m4aMPlayVolumeControl(&gMPlay_BGM, -1, 256); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, -1, 256); SetMainCallback2(gMain.savedCallback); DestroyTask(taskID); } |