diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-27 08:27:50 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-27 08:27:50 +0200 |
| commit | 2cb23a30464c7e44576ea6be7852be45563383ce (patch) | |
| tree | 361358b541924c07c9e422c15d343fb3e14ab09d /src/enemy | |
| parent | 8b303867597a0bb7670499287d16ee5f8c728505 (diff) | |
Review fixes
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/spinyBeetle.c | 2 |
1 files changed, 0 insertions, 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); |
