summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help_system.c')
-rw-r--r--src/help_system.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/help_system.c b/src/help_system.c
index 3ebbcb9ec..4a4d927c5 100644
--- a/src/help_system.c
+++ b/src/help_system.c
@@ -59,12 +59,12 @@ u8 RunHelpSystemCallback(void)
{
if (!sub_812B45C() || !gHelpSystemEnabled)
{
- PlaySE(SE_HELP_ERR);
+ PlaySE(SE_HELP_NG);
return 0;
}
m4aMPlayStop(&gMPlayInfo_SE1);
m4aMPlayStop(&gMPlayInfo_SE2);
- PlaySE(SE_HELP_OPEN);
+ PlaySE(SE_HELP_OP);
if (!gUnknown_203F174)
m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x80);
SaveCallbacks();
@@ -112,7 +112,7 @@ u8 RunHelpSystemCallback(void)
case 5:
if (!sub_812BB9C(&gHelpSystemListMenu, gHelpSystemListMenuItems))
{
- PlaySE(SE_HELP_CLOSE);
+ PlaySE(SE_HELP_CL);
sVideoState.state = 6;
}
break;