summaryrefslogtreecommitdiff
path: root/include/structures.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-03-31 22:36:32 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-03-31 22:38:53 +0200
commit03e15c611ceb2c35a0766afde467fddf02327dc8 (patch)
treeed075d25376eb80aa764231ecd23a1253b0c502f /include/structures.h
parentced56e2fa30db327ffe98f27455702133f40fcf8 (diff)
Decompile some of beanstalkSubtask
Diffstat (limited to 'include/structures.h')
-rw-r--r--include/structures.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h
index 7fc1210f..0b0dc185 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -318,4 +318,24 @@ typedef struct {
u8 stylized;
} Font;
+typedef struct {
+ u8 unk_0;
+ u8 unk_1;
+ u8 unk_2[2];
+ u16 unk_4;
+ u8 filler[12];
+ Entity* unk_14;
+ u8 unk_18;
+ u8 unk_19;
+ u8 unk_1a;
+ u8 unk_1b;
+} struct_02018EB0;
+
+extern struct_02018EB0 gUnk_02018EB0;
+
+typedef struct {
+ s16 tile;
+ s16 position;
+} TileData;
+
#endif