diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-31 22:36:32 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-31 22:38:53 +0200 |
| commit | 03e15c611ceb2c35a0766afde467fddf02327dc8 (patch) | |
| tree | ed075d25376eb80aa764231ecd23a1253b0c502f /include/structures.h | |
| parent | ced56e2fa30db327ffe98f27455702133f40fcf8 (diff) | |
Decompile some of beanstalkSubtask
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 20 |
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 |
