diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-26 14:40:57 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-26 14:40:57 +0100 |
| commit | dcb6360b4e6e42acaa5643557fef956782e2f646 (patch) | |
| tree | 03f3eef5c6d3620d2c991027b3aab7de989367bd /include | |
| parent | abe6053a4f3dcaa511035baba764609464eadc46 (diff) | |
Decompile Beanstalk
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 1 | ||||
| -rw-r--r-- | include/object.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index 2273b938..47fd552a 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 83933d73..a3cf8928 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(); |
