diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-01-24 21:52:22 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-01-24 21:52:22 +0100 |
| commit | a6657fbd330de38b99646e0513e7c74bc871fac9 (patch) | |
| tree | bdaeb892ce0ffcf061328150fc4bdbeeffd76746 /include | |
| parent | b7abbfd9272d001f1425cc84f7aaedaaf5d22414 (diff) | |
Decompile HittableLever
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 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*); |
