summaryrefslogtreecommitdiff
path: root/include/decoration.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
commita252140f3b462efbeaec392030479e9e12999f23 (patch)
treebb85cfb66bc0aa970e9b27eedaa7d9894e83666f /include/decoration.h
parent1112af4e1905135a7bc2dd53353b52762ff7d49a (diff)
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Merge branch 'master' into mail
Diffstat (limited to 'include/decoration.h')
-rw-r--r--include/decoration.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/decoration.h b/include/decoration.h
index c089bdc83..bbb77d127 100644
--- a/include/decoration.h
+++ b/include/decoration.h
@@ -125,8 +125,6 @@ enum DecoId {
/*120*/ DECOR_REGISTEEL_DOLL
};
-// Exported type declarations
-
struct Decoration
{
/*0x00*/ u8 id;
@@ -139,9 +137,6 @@ struct Decoration
/*0x1c*/ const u16 *tiles;
};
-// Exported RAM declarations
-
-// Exported ROM declarations
extern const struct Decoration gDecorations[];
#endif //GUARD_DECORATION_H