diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2022-02-10 22:38:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 22:38:09 -0800 |
| commit | 37b8803cdcd0fa0aad5dfc9ea21af05014514281 (patch) | |
| tree | d5724d5c8f4bd8ee2385c9d058f2ec5f1553c550 /include | |
| parent | 2e6ccdea74b41a07a9c389c88501f5001adff6a7 (diff) | |
| parent | 24e168dd2dc00a5443d5b406609370496112fc21 (diff) | |
Merge pull request #366 from octorock/eyegore
Diffstat (limited to 'include')
| -rw-r--r-- | include/enemy.h | 2 | ||||
| -rw-r--r-- | include/functions.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/enemy.h b/include/enemy.h index 0fce746f..b07aceb8 100644 --- a/include/enemy.h +++ b/include/enemy.h @@ -176,7 +176,7 @@ void WizzrobeWind(); void WizzrobeFire(); void WizzrobeIce(); void Armos(); -void Eyegore(Entity*); +void Eyegore(); void Rope(Entity*); void SmallPesto(Entity*); void AcroBandit(Entity*); diff --git a/include/functions.h b/include/functions.h index 25b666e5..165b5342 100644 --- a/include/functions.h +++ b/include/functions.h @@ -175,4 +175,5 @@ extern u32 sub_080041DC(Entity*, u32, u32); extern void sub_080AE58C(Entity*, u32, u32); extern u32 sub_0800132C(Entity*, Entity*); extern bool32 sub_080AE4CC(Entity*, u32, u32, u32); +extern void sub_08008796(Entity*, u32, u32, u32); #endif |
