summaryrefslogtreecommitdiff
path: root/include/object
diff options
context:
space:
mode:
Diffstat (limited to 'include/object')
-rw-r--r--include/object/cutsceneMiscObject.h8
-rw-r--r--include/object/itemOnGround.h2
-rw-r--r--include/object/lockedDoor.h8
-rw-r--r--include/object/pot.h8
-rw-r--r--include/object/pushableFurniture.h2
5 files changed, 26 insertions, 2 deletions
diff --git a/include/object/cutsceneMiscObject.h b/include/object/cutsceneMiscObject.h
new file mode 100644
index 00000000..49772846
--- /dev/null
+++ b/include/object/cutsceneMiscObject.h
@@ -0,0 +1,8 @@
+#ifndef CUTSCENEMISCOBJECT_H
+#define CUTSCENEMISCOBJECT_H
+
+#include "global.h"
+
+extern void sub_08095C48(struct Entity_*);
+
+#endif // CUTSCENEMISCOBJECT_H
diff --git a/include/object/itemOnGround.h b/include/object/itemOnGround.h
index 47ab89a8..151dcc28 100644
--- a/include/object/itemOnGround.h
+++ b/include/object/itemOnGround.h
@@ -12,7 +12,7 @@ typedef struct {
/*0x6c*/ u16 unk_6c;
/*0x6e*/ u16 unk_6e;
/*0x70*/ u8 unused2[22];
- /*0x86*/ u16 unk_86;
+ /*0x86*/ u16 flag;
} ItemOnGroundEntity;
#endif // ITEMONGROUND_H
diff --git a/include/object/lockedDoor.h b/include/object/lockedDoor.h
new file mode 100644
index 00000000..8bbca19c
--- /dev/null
+++ b/include/object/lockedDoor.h
@@ -0,0 +1,8 @@
+#ifndef LOCKEDDOOR_H
+#define LOCKEDDOOR_H
+
+#include "global.h"
+
+extern bool32 sub_08083734(struct Entity_*, u32);
+
+#endif // LOCKEDDOOR_H
diff --git a/include/object/pot.h b/include/object/pot.h
new file mode 100644
index 00000000..65429388
--- /dev/null
+++ b/include/object/pot.h
@@ -0,0 +1,8 @@
+#ifndef POT_H
+#define POT_H
+
+#include "global.h"
+
+extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
+
+#endif // POT_H
diff --git a/include/object/pushableFurniture.h b/include/object/pushableFurniture.h
index db693183..c17ff6ce 100644
--- a/include/object/pushableFurniture.h
+++ b/include/object/pushableFurniture.h
@@ -19,7 +19,7 @@ typedef struct {
/*0x82*/ u8 unk_82;
/*0x83*/ u8 unk_83;
/*0x84*/ u8 unk_84[0x2];
- /*0x86*/ u16 unk_86;
+ /*0x86*/ u16 flag;
} PushableFurnitureEntity;
#endif // PUSHABLEFURNITURE_H