summaryrefslogtreecommitdiff
path: root/src/enemy/keaton.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-10 00:35:06 -0800
committertheo3 <arisstephenson2@gmail.com>2021-11-10 00:35:06 -0800
commit313cc336f21fcf81e3e336b4fe45ca5053771f93 (patch)
tree9733b9af938fd26c5a6e56013af9c8a915de105e /src/enemy/keaton.c
parente6eeeefc50d5e7e4578443ea1f976de694fdb852 (diff)
thumb interwork finished
Diffstat (limited to 'src/enemy/keaton.c')
-rw-r--r--src/enemy/keaton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/keaton.c b/src/enemy/keaton.c
index 1b4f20c0..d1a41424 100644
--- a/src/enemy/keaton.c
+++ b/src/enemy/keaton.c
@@ -40,7 +40,7 @@ void sub_080323F4(Entity* this) {
if (this->action != 3 && this->action != 4) {
this->action = 3;
this->actionDelay = 0xC;
- this->direction = DirectionTurnAround(this->knockbackDirection);
+ this->direction = DirectionTurnAround(DirectionRoundUp(this->knockbackDirection));
InitAnimationForceUpdate(this, this->direction >> 3);
} else if (this->bitfield == 0xCC) {
if (this->field_0x43 == 0) {