diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 09:52:56 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 09:52:56 -0400 |
commit | a252140f3b462efbeaec392030479e9e12999f23 (patch) | |
tree | bb85cfb66bc0aa970e9b27eedaa7d9894e83666f /include/decoration.h | |
parent | 1112af4e1905135a7bc2dd53353b52762ff7d49a (diff) | |
parent | 0d38d443b561f9baaae12324712503dfccaf01ea (diff) |
Merge branch 'master' into mail
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 5 |
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 |