summaryrefslogtreecommitdiff
path: root/src/hall_of_fame.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-13 15:54:40 -0500
committerGitHub <noreply@github.com>2021-11-13 15:54:40 -0500
commitb14fe9dce369b1a78c5f4f653b4c7e2e2d67d98d (patch)
treeff1f6209a92bc3a92c102bb4a18ca8a7fa907af7 /src/hall_of_fame.c
parentef935f6f4a59a2b37c4ff870ade96853621210ae (diff)
parent57be596ce43bed86594412d598d3058c4a3d1d2d (diff)
Merge pull request #1547 from GriffinRichards/doc-sounddata
Clean up sound, add CRY_MODE constants
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r--src/hall_of_fame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c
index 84f7d8fe6..94334052c 100644
--- a/src/hall_of_fame.c
+++ b/src/hall_of_fame.c
@@ -982,7 +982,7 @@ static void Task_HofPC_PrintMonInfo(u8 taskId)
if (currMon->species != SPECIES_EGG)
{
StopCryAndClearCrySongs();
- PlayCry1(currMon->species, 0);
+ PlayCry_Normal(currMon->species, 0);
}
HallOfFame_PrintMonInfo(currMon, 0, 14);