diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-14 11:36:28 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-14 11:36:28 +0200 |
commit | 455202eca00fd1b51e9ba8b75434d97ae5c750a8 (patch) | |
tree | 153b1b85ae6864fec7bf880d9dd90fe6ef9a55c6 /include/decoration.h | |
parent | 14e41d6c508e5c425dff8f2c4933ae4c8b7ab762 (diff) | |
parent | 0d38d443b561f9baaae12324712503dfccaf01ea (diff) |
Merge branch 'master' into decompile_rom3
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 |