summaryrefslogtreecommitdiff
path: root/src/object/object53.c
diff options
context:
space:
mode:
authorTheo <65437533+notyourav@users.noreply.github.com>2023-12-30 20:07:35 -0800
committerGitHub <noreply@github.com>2023-12-30 20:07:35 -0800
commitbd1be092aa85e4eb1d368bef05c88eaae2a0ae84 (patch)
tree66474a7515b56c90e1d0b94a0a39f42da6677d71 /src/object/object53.c
parent37714644960c56650dd1067b86aafa685eaf01f4 (diff)
parent201955ea052a5188f2e59bdcdbf6c52ff158ee66 (diff)
Merge pull request #681 from notyourav/em
create enemy struct and enemy flags
Diffstat (limited to 'src/object/object53.c')
-rw-r--r--src/object/object53.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object53.c b/src/object/object53.c
index e00e9ef2..737c8967 100644
--- a/src/object/object53.c
+++ b/src/object/object53.c
@@ -41,7 +41,7 @@ void Object53_Init(Entity* this) {
this->spriteRendering.b3 = 2;
this->zVelocity = Q_16_16(2.625);
InitializeAnimation(this, gUnk_08122288[this->type].animationState);
- sub_08004168(this);
+ SnapToTile(this);
}
void Object53_Action1(Entity* this) {