diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-26 02:21:46 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-26 02:21:46 +0200 |
| commit | b174637d188288ac7f454efeb4c97afd26c0d872 (patch) | |
| tree | eadb70dfc81c94cac6a3fd4cba0e174b5a6c8988 /src/enemy/vaatiBall.c | |
| parent | 24351758680258426dadf3cf2c6c14ddac7bc713 (diff) | |
- label effect functions
- combine object creation function
Diffstat (limited to 'src/enemy/vaatiBall.c')
| -rw-r--r-- | src/enemy/vaatiBall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiBall.c b/src/enemy/vaatiBall.c index ba12afd7..fcbc04f3 100644 --- a/src/enemy/vaatiBall.c +++ b/src/enemy/vaatiBall.c @@ -37,7 +37,7 @@ void VaatiBall(Entity* this) { this->flags &= 0x7f; this->currentHealth = -1; parent->field_0x80.HALF.LO--; - sub_080A29BC(this); + CreateDust(this); PlaySFX(0x1c3); } } |
