diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
commit | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (patch) | |
tree | cb094078122b217fc67e2285614b79c6e83eaf88 /src/itemfinder.c | |
parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) |
Give songs meaningful english names
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 ab455d240..434bd87a2 100644 --- a/src/itemfinder.c +++ b/src/itemfinder.c @@ -169,7 +169,7 @@ static void Task_ItemfinderResponseSoundsAndAnims(u8 taskId) } else { - PlaySE(SE_DAUGI); + PlaySE(SE_ITEMFINDER); CreateArrowSprite(tDingNum, direction); tDingNum++; tNumDingsRemaining--; @@ -190,7 +190,7 @@ static void Task_ItemfinderUnderfootSoundsAndAnims(u8 taskId) } else { - PlaySE(SE_DAUGI); + PlaySE(SE_ITEMFINDER); tStartSpriteId = CreateStarSprite(); tDingNum++; tNumDingsRemaining--; |