summaryrefslogtreecommitdiff
path: root/src/contest_link_80C2020.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contest_link_80C2020.c')
-rw-r--r--src/contest_link_80C2020.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_link_80C2020.c b/src/contest_link_80C2020.c
index f4203dd42..356c806f8 100644
--- a/src/contest_link_80C2020.c
+++ b/src/contest_link_80C2020.c
@@ -329,7 +329,7 @@ void sub_80C2358(void)
gBattle_WIN1V = 0x80a0;
CreateTask(sub_80C2F28, 20);
sub_80C3F00();
- PlayBGM(MUS_CON_K);
+ PlayBGM(MUS_CONTEST_RESULTS);
SetVBlankCallback(sub_80C2448);
}
@@ -1854,7 +1854,7 @@ void sub_80C3A5C(u8 taskId)
*(vu16 *)((VRAM + 0xE184) + gTasks[taskId].data[1] * 192) = firstTileNum + 0x11;
eContestLink80C2020Struct2018000.unk_05++;
DestroyTask(taskId);
- PlaySE(SE_JYUNI);
+ PlaySE(SE_CONTEST_PLACE);
}
}
}