diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-05-16 19:49:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-05-16 19:49:00 -0400 |
commit | 40c81240b45b43e5f904bcd0b6b91c69b1f70e3c (patch) | |
tree | c8405ac7de8a19565768be93eae1ecf1545ae00e /include/decoration.h | |
parent | ca26346cff5ca1448896a499072255100cedeb66 (diff) |
sub_80BBDD0 (nonmatching)
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/decoration.h b/include/decoration.h index 4f24d451d..d041a8007 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -9,8 +9,8 @@ struct Decoration /*0x12*/ u8 decor_field_12; /*0x13*/ u8 decor_field_13; /*0x14*/ u16 price; - /*0x16*/ u8 *description; - /*0x1A*/ void *tiles; + /*0x18*/ u8 *description; + /*0x1c*/ u16 *tiles; }; extern struct Decoration gDecorations[0x77]; |