diff options
author | scnorton <scnorton@biociphers.org> | 2018-01-16 17:09:36 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2018-01-16 17:09:36 -0500 |
commit | d8bb1d15e7941d9689393f1215c82788a793af50 (patch) | |
tree | 7006f3de7d3cf5a0fce6af66bd182d3d3f985854 /src/hall_of_fame.c | |
parent | 09d3da101bd1b1c9d7471e7a193f0af7cae0ab73 (diff) | |
parent | 309640a28c63528fda8d6b50b9d5bb83eddeb8c9 (diff) |
Merge branch 'master' into mac_build_and_libc
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index 414959882..4465f65a3 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -54,7 +54,7 @@ static EWRAM_DATA struct HofGfx *sHofGfxPtr = NULL; extern bool8 gHasHallOfFameRecords; extern u32 gUnknown_0203BCD4; extern u8 gDecompressionBuffer[]; -extern struct MusicPlayerInfo gMPlay_BGM; +extern struct MusicPlayerInfo gMPlayInfo_BGM; extern MainCallback gGameContinueCallback; extern u32 gDamagedSaveSectors; extern u8 gReservedSpritePaletteCount; @@ -1040,7 +1040,7 @@ static void Task_HofPC_HandleInput(u8 taskId) if (IsCryPlayingOrClearCrySongs()) { StopCryAndClearCrySongs(); - m4aMPlayVolumeControl(&gMPlay_BGM, 0xFFFF, 0x100); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100); } gTasks[taskId].func = Task_HofPC_HandlePaletteOnExit; } @@ -1050,7 +1050,7 @@ static void Task_HofPC_HandleInput(u8 taskId) if (IsCryPlayingOrClearCrySongs()) { StopCryAndClearCrySongs(); - m4aMPlayVolumeControl(&gMPlay_BGM, 0xFFFF, 0x100); + m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x100); } gTasks[taskId].func = Task_HofPC_HandlePaletteOnExit; } |