diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 20:33:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 20:33:28 -0400 |
commit | c61603fb3812011981e22478bce93aba8b7ec183 (patch) | |
tree | 0bcf628e1f3615159cbae3e5c638825544699182 /src/item_use.c | |
parent | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff) | |
parent | f3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff) |
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 4 |
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); } } |