summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-02-22 23:15:13 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-02-22 23:15:13 +0100
commit4df984bcf707a0855cf5cbecabf9c3630e60c450 (patch)
treee0cf06834890f9d1db35305ecd95b1d6844707b3 /include/object.h
parent62b8e59af1726c8fdf3b479732f84bf9cf02c180 (diff)
Decompile CrenelBeanSprout
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/object.h b/include/object.h
index 96637608..83933d73 100644
--- a/include/object.h
+++ b/include/object.h
@@ -137,7 +137,7 @@ typedef enum {
OBJECT_68,
OBJECT_69,
OBJECT_6A,
- CRENAL_BEAN_SPROUT,
+ CRENEL_BEAN_SPROUT,
MINECART_DOOR,
OBJECT_ON_PILLAR,
MINERAL_WATER_SOURCE,
@@ -333,7 +333,7 @@ void Object67(Entity*);
void Object68(Entity*);
void Object69(Entity*);
void Object6A(Entity*);
-void CrenalBeanSprout(Entity*);
+void CrenelBeanSprout();
void MinecartDoor(Entity*);
void ObjectOnPillar();
void MineralWaterSource(Entity*);