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 | |
| parent | e7d77d9a6f35d322c01f9cb9bd1b74ee0bcc5422 (diff) | |
Merge and split scroll
Diffstat (limited to 'include')
| -rw-r--r-- | include/fileselect.h | 1 | ||||
| -rw-r--r-- | include/room.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/fileselect.h b/include/fileselect.h index 627c8778..f4fe832a 100644 --- a/include/fileselect.h +++ b/include/fileselect.h @@ -54,6 +54,7 @@ typedef struct { /*0x0b*/ SaveFile saves[3]; } struct_02019EE0; extern struct_02019EE0 gUnk_02019EE0; +// TODO size: 0x8000 from ClearTilemaps? extern void sub_08056FEC(u32, struct_020227E8*); extern void sub_0805F46C(u32, void*); 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]; |
