summaryrefslogtreecommitdiff
path: root/src/rom6.c
diff options
context:
space:
mode:
authorNieDzejkob <niedzejkob@gmail.com>2017-05-15 16:19:18 +0200
committerNieDzejkob <niedzejkob@gmail.com>2017-05-21 19:33:00 +0200
commitd0549706007b1a24ffd75ba40594e70dda3ee123 (patch)
treec93b4fd5a53b9897b0ce974d031069434885a622 /src/rom6.c
parent2774cb1bae07fe079c7faf53f697ea78ac8e76d4 (diff)
Rename PlaySE to PlaySoundEffect - wide code is good code, daycare.c renames, match sub_80B92AC in record_mixing
Diffstat (limited to 'src/rom6.c')
-rw-r--r--src/rom6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom6.c b/src/rom6.c
index a2b52c9aa..a8c489e70 100644
--- a/src/rom6.c
+++ b/src/rom6.c
@@ -150,7 +150,7 @@ int FldEff_RockSmash(void)
static void sub_810B58C(void)
{
- PlaySE(SE_W088);
+ PlaySoundEffect(SE_W088);
FieldEffectActiveListRemove(0x25);
EnableBothScriptContexts();
}