diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 00:17:38 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 00:17:38 +0100 |
commit | b7fa10d01e379c4f7d8d30fecb2a7c6413191b88 (patch) | |
tree | d492427c4aedb95c3e6000b25c8a01ec9de62d10 /include/battle_interface.h | |
parent | c3f6f528e865155f359ca2ff10b68ace1cc99edb (diff) | |
parent | 558bf2f7d0c9be70ec0da4b9ef28c105c5d11622 (diff) |
Merge branch 'master' into battle4_fixes
Diffstat (limited to 'include/battle_interface.h')
-rw-r--r-- | include/battle_interface.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/battle_interface.h b/include/battle_interface.h index aad30f7b3..b2d3b1b97 100644 --- a/include/battle_interface.h +++ b/include/battle_interface.h @@ -15,6 +15,15 @@ enum EXP_BAR }; +enum +{ + HP_BAR_EMPTY, + HP_BAR_RED, + HP_BAR_YELLOW, + HP_BAR_GREEN, + HP_BAR_FULL, +}; + #define TAG_HEALTHBOX_PLAYER1_TILE 0xD6FF #define TAG_HEALTHBOX_PLAYER2_TILE 0xD700 #define TAG_HEALTHBOX_OPPONENT1_TILE 0xD701 |