summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-02-09 12:31:15 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-02-10 00:49:44 +0100
commit24e168dd2dc00a5443d5b406609370496112fc21 (patch)
treeabdaa62547089f92c3a672b40c5f9e29026dcfad /include
parent8f76bdda649e66ae060f85ab9892843ef041d2bc (diff)
Decompile Eyegore
Diffstat (limited to 'include')
-rw-r--r--include/enemy.h2
-rw-r--r--include/functions.h1
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