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/itemfinder.c | |
parent | 734cada66a2d9938cdc9a2806f68352d06da6e9a (diff) |
Rename song constants using Japanese sound test menu
Diffstat (limited to 'src/itemfinder.c')
-rw-r--r-- | src/itemfinder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemfinder.c b/src/itemfinder.c index 4e723ac03..e6448a166 100644 --- a/src/itemfinder.c +++ b/src/itemfinder.c @@ -170,7 +170,7 @@ static void Task_ItemfinderResponseSoundsAndAnims(u8 taskId) } else { - PlaySE(SE_TOY_F); + PlaySE(SE_DAUGI); CreateArrowSprite(tDingNum, direction); tDingNum++; tNumDingsRemaining--; @@ -191,7 +191,7 @@ static void Task_ItemfinderUnderfootSoundsAndAnims(u8 taskId) } else { - PlaySE(SE_TOY_F); + PlaySE(SE_DAUGI); tStartSpriteId = CreateStarSprite(); tDingNum++; tNumDingsRemaining--; |