battle interface is done

This commit is contained in:
DizzyEggg
2017-10-19 15:28:41 +02:00
parent ee6bdc9068
commit 11bead31e9
9 changed files with 749 additions and 1244 deletions
+3 -3
View File
@@ -919,9 +919,9 @@ struct BattleHealthboxInfo
struct BattleBarInfo
{
u8 healthboxSpriteId;
u32 maxValue;
u32 currentValue;
bool32 isDoubleBattle;
s32 maxValue;
s32 currentValue;
s32 field_C;
s32 field_10;
};