diff options
Diffstat (limited to 'src/object/object49.c')
| -rw-r--r-- | src/object/object49.c | 2 |
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(); } |
