diff options
Diffstat (limited to 'src/enemy/mulldozer.c')
| -rw-r--r-- | src/enemy/mulldozer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/enemy/mulldozer.c b/src/enemy/mulldozer.c index 9afd925a..9f29616d 100644 --- a/src/enemy/mulldozer.c +++ b/src/enemy/mulldozer.c @@ -16,8 +16,6 @@ typedef struct { /*0x83*/ u8 unk_83; } MulldozerEntity; -extern Entity* gUnk_020000B0; - extern void (*const Mulldozer_Functions[])(MulldozerEntity*); extern void (*const Mulldozer_Actions[])(MulldozerEntity*); extern const u8 gUnk_080CEA50[]; @@ -449,7 +447,7 @@ bool32 sub_08033364(MulldozerEntity* this) { if (super->type != 0) { return TRUE; } - tmp = GetFacingDirection(super, gUnk_020000B0); + tmp = GetFacingDirection(super, gEnemyTarget); tmp = Direction8RoundUp(tmp); tmp = Direction8ToAnimationState(tmp); if (super->animationState == tmp) { |
