summaryrefslogtreecommitdiff
path: root/src/enemy/peahat.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-25 21:28:44 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-25 21:28:44 -0800
commit079260dbd64b6d090e05b409ded30a95bf33a9e9 (patch)
tree7ac618ca2a1a59a8ce7fb042a88968f33d42daab /src/enemy/peahat.c
parent11bb0e7656594d12bf16a250d43a59361e15bd9e (diff)
name asm funcs
Diffstat (limited to 'src/enemy/peahat.c')
-rw-r--r--src/enemy/peahat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/peahat.c b/src/enemy/peahat.c
index 5d8ba2d5..804ccba6 100644
--- a/src/enemy/peahat.c
+++ b/src/enemy/peahat.c
@@ -238,7 +238,7 @@ void Peahat_Stunned(Entity* this) {
GetNextFrame(this);
break;
case PeahatAnimation_SlicedPropeller:
- sub_08003FC4(this, 0x1c00);
+ GravityUpdate(this, 0x1c00);
if (this->z.HALF.HI == 0) {
this->action = 7;
this->actionDelay = 150;
@@ -316,7 +316,7 @@ void Peahat_Takeoff(Entity* this) {
} else if (this->frame & 1) {
sub_0800442E(this);
} else {
- sub_08003FC4(this, 0x1c00);
+ GravityUpdate(this, 0x1c00);
ProcessMovement(this);
}
}