diff options
Diffstat (limited to 'src/enemy/spinyChuchu.c')
| -rw-r--r-- | src/enemy/spinyChuchu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/enemy/spinyChuchu.c b/src/enemy/spinyChuchu.c index 72329b9f..ee63610d 100644 --- a/src/enemy/spinyChuchu.c +++ b/src/enemy/spinyChuchu.c @@ -23,8 +23,6 @@ extern void (*const gUnk_080CBA40[])(SpinyChuchuEntity*); extern const u8 gUnk_080CBA60[]; -extern Entity* gUnk_020000B0; - void SpinyChuchu(SpinyChuchuEntity* this) { EnemyFunctionHandler(super, (EntityActionArray)SpinyChuchu_Functions); EnemySetFXOffset(super, 0, 1, -0x10); @@ -164,7 +162,7 @@ void sub_080226EC(SpinyChuchuEntity* this) { super->action = 6; super->zVelocity = Q_16_16(1.125); super->speed = 0x140; - super->direction = GetFacingDirection(super, gUnk_020000B0); + super->direction = GetFacingDirection(super, gEnemyTarget); super->hitType = 0x5a; InitializeAnimation(super, 4); return; |
