summaryrefslogtreecommitdiff
path: root/src/object/object49.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/object/object49.c
parent9f6afe9bfbeac18ed36ee9c0507b539c480d163b (diff)
parentcb03157e6553fde6787ee9837d3c70bc500696d3 (diff)
Merge pull request #145 from Henny022p/m4a
Sound
Diffstat (limited to 'src/object/object49.c')
-rw-r--r--src/object/object49.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object49.c b/src/object/object49.c
index c631a81c..c945f632 100644
--- a/src/object/object49.c
+++ b/src/object/object49.c
@@ -218,7 +218,7 @@ void sub_0808F498(Entity* this) {
if (this->action != 0) {
if (sub_0806F3E4(this)) {
if (gScreenTransition.frameCount % 16 == 0) {
- SoundReq(0xEF);
+ SoundReq(SFX_EF);
}
DeleteThisEntity();
}