Add Pokemon Sprites

This commit is contained in:
Skeli
2019-06-03 01:50:01 -04:00
parent f1d60b2343
commit 1959dc5786
2167 changed files with 8813 additions and 4473 deletions

View File

@@ -17,14 +17,14 @@ struct MonCoords
struct CompressedSpriteSheet
{
u32 data; //const u8* data; // LZ77 compressed pixel data
const u8* data; // LZ77 compressed pixel data
u16 size; // Uncompressed size of pixel data
u16 tag;
};
struct CompressedSpritePalette
{
u32 data; //const u8* data; // LZ77 compressed palette data
const u8* data; // LZ77 compressed palette data
u16 tag;
u16 unused;
};

4319
include/sprite_data.h Normal file

File diff suppressed because it is too large Load Diff