summaryrefslogtreecommitdiff
path: root/src/rom6.c
diff options
context:
space:
mode:
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 a8c489e70..a2b52c9aa 100644
--- a/src/rom6.c
+++ b/src/rom6.c
@@ -150,7 +150,7 @@ int FldEff_RockSmash(void)
static void sub_810B58C(void)
{
- PlaySoundEffect(SE_W088);
+ PlaySE(SE_W088);
FieldEffectActiveListRemove(0x25);
EnableBothScriptContexts();
}