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 | |
parent | ca26346cff5ca1448896a499072255100cedeb66 (diff) |
sub_80BBDD0 (nonmatching)
Diffstat (limited to 'include')
-rw-r--r-- | include/decoration.h | 4 | ||||
-rw-r--r-- | include/global.h | 2 |
2 files changed, 3 insertions, 3 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]; diff --git a/include/global.h b/include/global.h index 28d7b1c96..c8b07cf69 100644 --- a/include/global.h +++ b/include/global.h @@ -105,7 +105,7 @@ struct SecretBaseRecord /*0x1A18*/ u8 sbr_field_10; /*0x1A19*/ u8 sbr_field_11; /*0x1A1A*/ u8 decorations[16]; - /*0x1A2A*/ u8 sbr_field_22[16]; + /*0x1A2A*/ u8 decorationPos[16]; /*0x1A3A*/ u32 partyPersonality[6]; /*0x1A52*/ u16 partyMoves[6 * 4]; /*0x1A6A*/ u16 partySpecies[6]; |