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/room.h | |
| parent | ced56e2fa30db327ffe98f27455702133f40fcf8 (diff) | |
Decompile some of beanstalkSubtask
Diffstat (limited to 'include/room.h')
| -rw-r--r-- | include/room.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/room.h b/include/room.h index 5cd1c1d6..f4663028 100644 --- a/include/room.h +++ b/include/room.h @@ -52,6 +52,7 @@ typedef struct { /*0x28*/ union SplitWord bg3OffsetX; /*0x2C*/ union SplitWord bg3OffsetY; /*0x30*/ Entity* camera_target; + /*0x34*/ u32 unk_34; } RoomControls; extern RoomControls gRoomControls; @@ -69,7 +70,7 @@ typedef struct { /* 0x0a */ u8 unk2; /* 0x0b */ u8 filler2; /* 0x0c */ s16 lightLevel; - /* 0x0e */ u8 filler3[2]; + /* 0x0e */ u16 unk_0e; /* 0x10 */ u8 unk_10[4]; /* 0x14 */ u32 flags; /* 0x18 */ u32 unk3; |
