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/main.h | |
| parent | ced56e2fa30db327ffe98f27455702133f40fcf8 (diff) | |
Decompile some of beanstalkSubtask
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index c6be0f37..0a2c97bf 100644 --- a/include/main.h +++ b/include/main.h @@ -81,7 +81,7 @@ typedef struct { /*0x0A*/ u16 fadeInTime; /*0x0C*/ u8 fillerC[0x10]; /*0x1c*/ RoomControls unk_1c; - /*0x2e*/ u8 unk_2e[0x364]; + /*0x2e+4*/ u8 unk_2e[0x360]; } UI; static_assert(sizeof(UI) == 0x3b4); |
