diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-19 00:43:15 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-19 00:43:15 +0200 |
commit | 94752d420769dfc205b3f717c660f33a6eb2b6fb (patch) | |
tree | e4fcef4a4b8253bc9c48b94d539781e7e22576b3 /include/battle.h | |
parent | caa36b530a93dc51727822abf6c4c31fa8cbaf63 (diff) |
document battle bars
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index bf875ad9d..62caa2cfe 100644 --- a/include/battle.h +++ b/include/battle.h @@ -692,9 +692,9 @@ struct BattleBarInfo { u8 healthboxSpriteId; s32 maxValue; - s32 currentValue; + s32 oldValue; s32 receivedValue; - s32 field_10; + s32 currValue; }; struct BattleSpriteData |