diff options
author | Martin Griffin <martinrgriffin@gmail.com> | 2020-02-23 15:46:22 +0000 |
---|---|---|
committer | Martin Griffin <martinrgriffin@gmail.com> | 2020-03-06 09:47:20 +0000 |
commit | 4485d51522a05e40c3c3458169c389b9a0421c3e (patch) | |
tree | 85c9e38192978a2daaf15a189ef57b05aad1084f /include/decoration.h | |
parent | a85587d8c21cc4d8f5481d61bbcaa2f11c911b80 (diff) |
Document decoration.c
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/decoration.h b/include/decoration.h index eed930356..b00dd42f1 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -52,14 +52,6 @@ struct Decoration const u16 *tiles; }; -struct DecorationPCContext -{ - u8 *items; - u8 *pos; - u8 size; - u8 isPlayerRoom; -}; - extern const struct Decoration gDecorations[]; extern EWRAM_DATA u8 *gCurDecorationItems; extern EWRAM_DATA u8 gCurDecorationIndex; |