diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-03 22:12:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-03 22:12:23 -0400 |
commit | 82373556f8ff16a6b532011c04c9128be814d160 (patch) | |
tree | c292bc60ee1298767345fab4c30fb18252e6696f /include | |
parent | 88181cf35b084689ee6b1a2dd2bdd4b32cbd4e80 (diff) |
Another set of small subroutines in decoration
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/decoration.h b/include/decoration.h index fd25fe27b..83090ae40 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -168,9 +168,8 @@ extern u8 ewram[]; struct UnkStruct_02038900 { struct Decoration *decoration; - u8 pad_004[0x18]; - u16 *unk_01C; - u8 pad_020[0x864]; + u16 unk_004[0x40]; + u8 unk_084[0x800]; u16 unk_884[16]; }; @@ -273,7 +272,7 @@ void sub_810045C(void); void sub_810065C(u8); void sub_81006A8(u8); void sub_81006D0(struct UnkStruct_02038900 *); -void sub_810070C(u16 *, int); +void sub_810070C(u16 *, u16); void sub_8100874(struct UnkStruct_02038900 *); void sub_81008BC(struct UnkStruct_02038900 *); void sub_8100930(u8); |