summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-01-24 21:52:22 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-01-24 21:52:22 +0100
commita6657fbd330de38b99646e0513e7c74bc871fac9 (patch)
treebdaeb892ce0ffcf061328150fc4bdbeeffd76746 /include
parentb7abbfd9272d001f1425cc84f7aaedaaf5d22414 (diff)
Decompile HittableLever
Diffstat (limited to 'include')
-rw-r--r--include/functions.h1
-rw-r--r--include/object.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h
index 02149d4d..c298432d 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -164,4 +164,5 @@ extern u32 GetTileIndex(u32, u32);
extern void sub_0806FBB4(Entity*);
extern u32 sub_080002D4(s32, s32, u32);
extern void sub_08078930(Entity*);
+extern void sub_080044AE(Entity*, u32, u32);
#endif
diff --git a/include/object.h b/include/object.h
index 38a3176a..0be01661 100644
--- a/include/object.h
+++ b/include/object.h
@@ -273,7 +273,7 @@ void Object2B(Entity*);
void Beanstalk(Entity*);
void Smoke(Entity*);
void PushableRock(Entity*);
-void HittableLever(Entity*);
+void HittableLever();
void Object30(Entity*);
void FrozenFlower(Entity*);
void PullableMushroom(Entity*);