summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-02-27 13:07:04 -0800
committerGitHub <noreply@github.com>2022-02-27 13:07:04 -0800
commitc735b300a556d58abeb92019b009a46e6bc019ab (patch)
tree39dedbc92638695e7b52b3737be29c46db424635 /include
parent985b0ec16cf6a78d6358e541cf1a6eacb68570ec (diff)
parentdcb6360b4e6e42acaa5643557fef956782e2f646 (diff)
Merge pull request #411 from octorock/beanstalk
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 4766fbec..8f28b6de 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -58,6 +58,7 @@ extern void UpdateItemAnim(ItemBehavior*);
// Unidentified
extern void sub_08000148(u32, u32, u32);
+extern u32 sub_0800029C(Entity*, s32, s32);
extern u32 sub_080002A8(u32, u32, u32);
extern u32 sub_080002B4(Entity*, u32, u32);
extern u32 sub_080002B8(Entity*);
diff --git a/include/object.h b/include/object.h
index 65575e33..302d7b5e 100644
--- a/include/object.h
+++ b/include/object.h
@@ -270,7 +270,7 @@ void Object28(Entity*);
void AmbientClouds(Entity*);
void Object2A(Entity*);
void Object2B(Entity*);
-void Beanstalk(Entity*);
+void Beanstalk();
void Smoke(Entity*);
void PushableRock();
void HittableLever();