diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-09 20:02:59 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-09 20:02:59 -0400 |
commit | 855c052be041ed85789db1e460dd35cab9d12b4f (patch) | |
tree | 35dcf54a3b48510c01c721e2733646ed597ff79a /src/help_system.c | |
parent | 734cada66a2d9938cdc9a2806f68352d06da6e9a (diff) |
Rename song constants using Japanese sound test menu
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 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; |