From d9f7ad89ad018ae036b3094ab01b3790c2311a2b Mon Sep 17 00:00:00 2001 From: theo3 Date: Sun, 28 Feb 2021 20:56:06 -0800 Subject: resolve sfx calls --- src/object/object49.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/object/object49.c') diff --git a/src/object/object49.c b/src/object/object49.c index 16bf7bb9..0479ce1f 100644 --- a/src/object/object49.c +++ b/src/object/object49.c @@ -1,4 +1,5 @@ #include "global.h" +#include "audio.h" #include "entity.h" #include "functions.h" #include "position.h" @@ -59,7 +60,7 @@ static void sub_0808F14C(Entity* this) { sub_0808F2B0(this); if (sub_08003FC4(this, 0x2000) == 0) { this->action++; - SoundReq(0x84); + SoundReq(SFX_WATER_SPLASH); } } -- cgit v1.2.3