summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item_use.c')
-rw-r--r--src/item_use.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_use.c b/src/item_use.c
index c472960bd..f8a99cb1d 100644
--- a/src/item_use.c
+++ b/src/item_use.c
@@ -496,7 +496,7 @@ void FieldUseFunc_SuperRepel(u8 taskId)
{
if (VarGet(VAR_REPEL_STEP_COUNT) == 0)
{
- PlaySE(SE_RU_GASYAN);
+ PlaySE(SE_TU_SAA);
gTasks[taskId].func = sub_80A19E8;
}
else
@@ -551,7 +551,7 @@ void sub_80A1B48(u8 taskId)
{
if (++gTasks[taskId].data[8] > 7)
{
- PlaySE(SE_PN_ON);
+ PlaySE(SE_BIDORO);
DisplayItemMessageInBag(taskId, 2, gStringVar4, sub_810A1F8);
}
}