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/script.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script.c') diff --git a/src/script.c b/src/script.c index 494e0ae5..621b1c61 100644 --- a/src/script.c +++ b/src/script.c @@ -1,4 +1,5 @@ #include "global.h" +#include "audio.h" #include "flags.h" #include "entity.h" #include "area.h" @@ -1337,7 +1338,7 @@ void sub_0807EFD4(Entity* unk1, ScriptExecutionContext* unk2) { } void sub_0807EFE4(Entity* unk1, ScriptExecutionContext* unk2) { - SoundReq(0x80100000); + SoundReq(SONG_RESET_UNK); } void sub_0807EFF4(Entity* unk1, ScriptExecutionContext* unk2) { -- cgit v1.2.3