diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-13 19:50:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-13 19:50:29 -0400 |
commit | 14ff366c614790154c023e3141f7019f6f6558de (patch) | |
tree | 3acde7a60910076f675d9c1e8cc3380b945ea90b /include | |
parent | ae287a511fd1759fd7a666c43f68279d00da495d (diff) |
Assign names to struct fields
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--] | include/decoration.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/decoration.h b/include/decoration.h index 842a8a3f2..01a00ee91 100644..100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -194,9 +194,9 @@ struct DecorationInventory struct UnkStruct_803EC860 { - const u8 *var0; - const u8 *var4; - const u8 *var8; + const u8 *tiles; + const u8 *y; + const u8 *x; u8 size; }; @@ -208,7 +208,7 @@ extern u8 ewram[]; struct UnkStruct_02038900 { /*0x000; 0x02038900*/ const struct Decoration *decoration; - /*0x004; 0x02038904*/ u16 unk_004[0x40]; + /*0x004; 0x02038904*/ u16 tiles[0x40]; /*0x084; 0x02038984*/ u8 image[0x800]; /*0x884; 0x02039184*/ u16 palette[16]; }; @@ -223,12 +223,10 @@ struct UnkStruct_083EC900 struct UnkStruct_020391B4 { - u8 var00; + u8 decorId; u8 width; u8 height; - u8 var03; - u16 var04; - u8 pad06[2]; + u16 flagId; }; extern const struct UnkStruct_083EC900 gUnknown_083EC900[]; |