From 2cb23a30464c7e44576ea6be7852be45563383ce Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Thu, 27 Jan 2022 08:27:50 +0200 Subject: [PATCH] Review fixes --- src/enemy/spinyBeetle.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/enemy/spinyBeetle.c b/src/enemy/spinyBeetle.c index c802127c..81a45577 100644 --- a/src/enemy/spinyBeetle.c +++ b/src/enemy/spinyBeetle.c @@ -109,7 +109,6 @@ void SpinyBeetle_Init(SpinyBeetleEntity* this) { } void sub_08033958(SpinyBeetleEntity* this) { - s32 r0, r1; u32 direction; if (sub_08033DF0(this)) { sub_08033E1C(this); @@ -211,7 +210,6 @@ void sub_08033ACC(SpinyBeetleEntity* this) { } void sub_08033B44(SpinyBeetleEntity* this) { - u32 unk_80; u32 stop; if (sub_08033DF0(this)) { sub_08033E1C(this);