From 72180f8f045435074b5b3c307b99f75cd2da7ba5 Mon Sep 17 00:00:00 2001 From: theo3 Date: Sun, 28 Feb 2021 18:50:41 -0800 Subject: [PATCH] build fix --- src/enemy/rope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enemy/rope.c b/src/enemy/rope.c index f95fdb66..e76f8ec1 100644 --- a/src/enemy/rope.c +++ b/src/enemy/rope.c @@ -83,7 +83,7 @@ void sub_08031480(Entity* this) { this->spriteSettings.b.draw = 3; this->spriteRendering.b3 = 1; this->spriteOrientation.flipY = 1; - PlaySFX(0x12d); + SoundReq(0x12d); } } else { if (sub_08003FC4(this, 0x1800) == 0) {