diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-19 15:28:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-19 15:28:41 +0200 |
commit | 11bead31e90aca72f85352b684670a76a5aa7a16 (patch) | |
tree | c5c7b4f30defd1f4db7008938b35e37f368f7856 /include/battle.h | |
parent | ee6bdc9068794652f929783e2ef326e542521327 (diff) |
battle interface is done
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 6 |
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; }; |