diff options
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/help_system.c b/src/help_system.c index d43a0eb32..946da55be 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -54,12 +54,12 @@ u8 RunHelpSystemCallback(void) { if (!sub_812B45C() || !gHelpSystemEnabled) { - PlaySE(SE_HELP_NG); + PlaySE(SE_HELP_ERROR); return 0; } m4aMPlayStop(&gMPlayInfo_SE1); m4aMPlayStop(&gMPlayInfo_SE2); - PlaySE(SE_HELP_OP); + PlaySE(SE_HELP_OPEN); if (!gUnknown_203F174) m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 0x80); SaveCallbacks(); @@ -107,7 +107,7 @@ u8 RunHelpSystemCallback(void) case 5: if (!RunHelpMenuSubroutine(&gHelpSystemListMenu, gHelpSystemListMenuItems)) { - PlaySE(SE_HELP_CL); + PlaySE(SE_HELP_CLOSE); sVideoState.state = 6; } break; |