diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-02 21:03:39 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-02 22:33:13 +0100 |
| commit | 5efe9828472b784182ae05ff2177e3026ea809ca (patch) | |
| tree | 314b11848698fb23cd0a625c13d4e388e59d571a /include/room.h | |
| parent | e7d77d9a6f35d322c01f9cb9bd1b74ee0bcc5422 (diff) | |
Merge and split scroll
Diffstat (limited to 'include/room.h')
| -rw-r--r-- | include/room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/room.h b/include/room.h index 56d1fa9b..1a2ab273 100644 --- a/include/room.h +++ b/include/room.h @@ -45,7 +45,7 @@ typedef struct { /*0x18*/ u16 filler2[3]; /*0x1E*/ u16 width; /*0x20*/ u16 height; - /*0x22*/ u8 filler3[2]; + /*0x22*/ u16 filler3; /*0x24*/ s8 aff_x; /*0x25*/ s8 aff_y; /*0x26*/ u8 filler26[2]; |
