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/item_pc.c | |
parent | 734cada66a2d9938cdc9a2806f68352d06da6e9a (diff) |
Rename song constants using Japanese sound test menu
Diffstat (limited to 'src/item_pc.c')
-rw-r--r-- | src/item_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_pc.c b/src/item_pc.c index 24f6afed2..8569844b9 100644 --- a/src/item_pc.c +++ b/src/item_pc.c @@ -379,7 +379,7 @@ static bool8 ItemPc_DoGfxSetup(void) { sub_80A0A48(0, 0, 0); ItemPc_SetInitializedFlag(1); - PlaySE(SE_PC_LOGON); + PlaySE(SE_PC_LOGIN); } gMain.state++; break; |