diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-12 20:46:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-12 20:46:01 -0400 |
commit | 80c0abef8c4eb5e839d559c905333e0cbd371103 (patch) | |
tree | 2e51ce3ddc2730ba1f9812cca50c042046017898 /include | |
parent | 31622bd5e5d811cedfbb29da8d10b6c036e54ea6 (diff) |
Update labels in decoration.h
Diffstat (limited to 'include')
-rwxr-xr-x | include/decoration.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/decoration.h b/include/decoration.h index 9350ba7e7..cf6c0082f 100755 --- a/include/decoration.h +++ b/include/decoration.h @@ -141,7 +141,7 @@ struct Decoration /*0x00*/ u8 id; /*0x01*/ u8 name[16]; /*0x11*/ u8 decor_field_11; - /*0x12*/ u8 decor_field_12; + /*0x12*/ u8 shape; /*0x13*/ u8 decor_field_13; /*0x14*/ u16 price; /*0x18*/ u8 *description; @@ -194,8 +194,8 @@ struct UnkStruct_083EC900 struct UnkStruct_020391B4 { u8 var00; - u8 var01; - u8 var02; + u8 width; + u8 height; u8 var03; u16 var04; u8 pad06[2]; @@ -209,8 +209,8 @@ extern const struct SpriteTemplate gSpriteTemplate_83ECA88; extern struct Decoration gDecorations[0x77]; extern struct UnkStruct_02038900 gUnknown_02038900; extern u8 *gUnknown_020388D0; -extern Script gUnknown_081A2F7B; -extern Script gUnknown_081A2F8A; +extern u8 gUnknown_081A2F7B[]; +extern u8 gUnknown_081A2F8A[]; extern struct OamData gUnknown_020391AC; extern u8 gUnknown_020388D4; |