diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-17 10:39:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 10:39:37 -0400 |
commit | 784e29352d0278a43a199722d205be5060f402a0 (patch) | |
tree | 3a06a39427da7de4738085963f304b18160a3d19 /include/decoration.h | |
parent | 7a059c75a6d120f353b44d7716fd014516bc2dc4 (diff) | |
parent | 4485d51522a05e40c3c3458169c389b9a0421c3e (diff) |
Merge pull request #985 from mrgriffin/decoration
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; |