hp printing in healthboxes done I hope

This commit is contained in:
DizzyEggg
2017-10-18 00:00:46 +02:00
parent 4b45282dd3
commit 0ffc5652fd
13 changed files with 346 additions and 907 deletions

View File

@@ -931,6 +931,8 @@ struct MonSpritesGfx
void* firstDecompressed; // ptr to the decompressed sprite of the first pokemon
void* sprites[4];
struct SpriteTemplate templates[4];
u8 field_74[0x100];
u8 *fontPixels;
};
extern struct BattleSpritesGfx* gMonSpritesGfx;