diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-10-22 20:13:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-10-22 20:13:31 -0400 |
commit | 0dd3db7061165f990f386546304d4d90331d6cd0 (patch) | |
tree | f815f3298be4a62a30903930bc5b29ad4f1cf15e /include/decoration.h | |
parent | 9fc2c99d18c08043c0349a0d17ba71a8bfb8688b (diff) |
Rename some functions and all RAM objects in decoration.c
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 c426a479a..adefb2fd1 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -187,8 +187,8 @@ struct DecorPCPointers }; extern const struct Decoration gDecorations[]; -extern EWRAM_DATA u8 *gUnknown_0203A14C; -extern EWRAM_DATA u8 gUnknown_0203A172; +extern EWRAM_DATA u8 *gCurDecorInventoryItems; +extern EWRAM_DATA u8 gCurDecorationIndex; void sub_8126968(void); |