diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-16 18:01:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-16 18:01:33 -0400 |
commit | 3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (patch) | |
tree | 75d0853ce38e31116d4c1ab031bdb80256133983 /include/data2.h | |
parent | 244ef10a3ffb2f9f00526cca37cee354c5cc5b3f (diff) |
Decompile remaining Pokemon data into c objects
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/data2.h b/include/data2.h index 759efe3d3..98c9405a0 100644 --- a/include/data2.h +++ b/include/data2.h @@ -17,6 +17,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[]; |