Decompile some of beanstalkSubtask

This commit is contained in:
octorock
2022-03-31 22:36:32 +02:00
parent ced56e2fa3
commit 03e15c611c
38 changed files with 3585 additions and 3673 deletions
+20
View File
@@ -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