summaryrefslogtreecommitdiff
path: root/src/pokenav_menu_handler_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokenav_menu_handler_2.c')
-rw-r--r--src/pokenav_menu_handler_2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokenav_menu_handler_2.c b/src/pokenav_menu_handler_2.c
index 86ad8c744..2be92013f 100644
--- a/src/pokenav_menu_handler_2.c
+++ b/src/pokenav_menu_handler_2.c
@@ -465,7 +465,7 @@ static u32 LoopedTask_OpenMenu(s32 state)
PokenavFadeScreen(1);
else
{
- PlaySE(SE_PN_ON);
+ PlaySE(SE_POKENAV_ON);
PokenavFadeScreen(3);
}
switch (GetPokenavMenuType())
@@ -675,7 +675,7 @@ static u32 LoopedTask_SelectRibbonsNoWinners(s32 state)
switch (state)
{
case 0:
- PlaySE(SE_HAZURE);
+ PlaySE(SE_FAILURE);
PrintNoRibbonWinners();
return LT_INC_AND_PAUSE;
case 1: