summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-03 22:58:47 -0400
committerGitHub <noreply@github.com>2017-07-03 22:58:47 -0400
commit86a4a2cd3b7cda3b1885e53e7c9ac4d31270bd6c (patch)
tree5b3c87ca05d93264a7a3e62347a571299ce90795 /include/data2.h
parent8d82578d3a101b06f9d2ced31738021007c4e533 (diff)
parentd8bfc0998dec654e908caddccf8147ea62c0ea4a (diff)
Merge pull request #328 from PikalaxALT/pokemon_data
Pokémon data
Diffstat (limited to 'include/data2.h')
-rw-r--r--include/data2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/data2.h b/include/data2.h
index f292472ef..2289969b8 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -18,6 +18,15 @@ struct MonCoords
u8 y_offset;
};
+extern const struct OamData gOamData_81F96F0;
+extern const struct OamData gOamData_81F96E8;
+extern const struct SpriteFrameImage gSpriteImageTable_81E7A10[];
+extern const struct SpriteFrameImage gSpriteImageTable_81E7A30[];
+extern const struct SpriteFrameImage gSpriteImageTable_81E7A50[];
+extern const struct SpriteFrameImage gSpriteImageTable_81E7A70[];
+extern const union AffineAnimCmd *const gSpriteAffineAnimTable_81E7B70[];
+extern const union AffineAnimCmd *const gSpriteAffineAnimTable_81E7BEC[];
+
extern const union AffineAnimCmd *const gSpriteAffineAnimTable_81E7C18;
extern const union AnimCmd *const gSpriteAnimTable_81E7C64[];
extern struct MonCoords gMonFrontPicCoords[];