summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-18 00:00:46 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-18 00:00:46 +0200
commit0ffc5652fd746816a763e4e0ec83c08f2f53222c (patch)
treece3c5a8377ef27bed9e021058280b931371912b9 /include/battle.h
parent4b45282dd37266cc7d263a6fd4a5223f8e92b5be (diff)
hp printing in healthboxes done I hope
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h
index 548eb8de1..948111d43 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -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;