summaryrefslogtreecommitdiff
path: root/src/manager/manager3.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-04-03 19:17:01 -0700
committerGitHub <noreply@github.com>2021-04-03 19:17:01 -0700
commit010c0456eb207267d75c91cf68ff2b2356debcc0 (patch)
treecab487b0a7e3dc34f0a5337be5175d62ed83db40 /src/manager/manager3.c
parent9f6afe9bfbeac18ed36ee9c0507b539c480d163b (diff)
parentcb03157e6553fde6787ee9837d3c70bc500696d3 (diff)
Merge pull request #145 from Henny022p/m4a
Sound
Diffstat (limited to 'src/manager/manager3.c')
-rw-r--r--src/manager/manager3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/manager3.c b/src/manager/manager3.c
index acd83825..5be578f2 100644
--- a/src/manager/manager3.c
+++ b/src/manager/manager3.c
@@ -5,7 +5,7 @@
#include "room.h"
#include "player.h"
#include "random.h"
-#include "functions.h"
+#include "audio.h"
// Facilitates the usage of minish portals.
@@ -58,7 +58,7 @@ void sub_080576C0(Manager3* this) {
this->manager.unk_0e);
if (!this->manager.unk_0f) {
this->manager.unk_0f = 1;
- SoundReq(0x152);
+ SoundReq(SFX_152);
}
}
}