diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-05-16 17:08:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-05-16 17:08:11 -0400 |
commit | ca26346cff5ca1448896a499072255100cedeb66 (patch) | |
tree | cbbb683bbedf0e82fb822f461e987127afc541f5 /include/decoration.h | |
parent | e36852b36e79c6041059a41daec9b572f7156f7d (diff) |
sub_80BBCCC (almost matching)
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/include/decoration.h b/include/decoration.h index 4bad93d1f..4f24d451d 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -3,14 +3,17 @@ struct Decoration { - u8 id; - u8 name[16]; - u8 decor_field_11; - u8 decor_field_12; - u8 decor_field_13; - u16 price; - u8 *description; - void *tiles; + /*0x00*/ u8 id; + /*0x01*/ u8 name[16]; + /*0x11*/ u8 decor_field_11; + /*0x12*/ u8 decor_field_12; + /*0x13*/ u8 decor_field_13; + /*0x14*/ u16 price; + /*0x16*/ u8 *description; + /*0x1A*/ void *tiles; }; +extern struct Decoration gDecorations[0x77]; +extern void sub_80FF394(u16 unkr0, u16 unkr1, u16 unkr2); + #endif // GUARD_DECORATION_H |