summaryrefslogtreecommitdiff
path: root/include/main.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/main.h
parentced56e2fa30db327ffe98f27455702133f40fcf8 (diff)
Decompile some of beanstalkSubtask
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h2
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);