summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-19 15:28:41 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-19 15:28:41 +0200
commit11bead31e90aca72f85352b684670a76a5aa7a16 (patch)
treec5c7b4f30defd1f4db7008938b35e37f368f7856 /include/battle.h
parentee6bdc9068794652f929783e2ef326e542521327 (diff)
battle interface is done
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/battle.h b/include/battle.h
index ae7fa3ce4..719db0fa3 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -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;
};