summaryrefslogtreecommitdiff
path: root/src/enemy/vaatiBall.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-02-26 14:48:30 -0800
committertheo3 <arisstephenson2@gmail.com>2021-02-26 14:48:30 -0800
commitcca3f69d182042ec46188d87087f87e3fe754cf8 (patch)
treeac238b0001ee9d6476527e6a14f51afe86d4ddd6 /src/enemy/vaatiBall.c
parent112e97abc83be6d250aff60cbfda8d83c4a44846 (diff)
tmp
Diffstat (limited to 'src/enemy/vaatiBall.c')
-rw-r--r--src/enemy/vaatiBall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/vaatiBall.c b/src/enemy/vaatiBall.c
index fcbc04f3..0b339c71 100644
--- a/src/enemy/vaatiBall.c
+++ b/src/enemy/vaatiBall.c
@@ -38,7 +38,7 @@ void VaatiBall(Entity* this) {
this->currentHealth = -1;
parent->field_0x80.HALF.LO--;
CreateDust(this);
- PlaySFX(0x1c3);
+ SoundReq(0x1c3);
}
}
}
@@ -369,7 +369,7 @@ void sub_08044B04(Entity* this) {
if (this->actionDelay) {
if (--this->actionDelay == 0) {
this->nonPlanarMovement = 1280;
- PlaySFX(0x14f);
+ SoundReq(0x14f);
}
}
if (this->field_0x78.HALF.HI == 3)