diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-11 15:48:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 15:48:17 -0600 |
commit | 558bf2f7d0c9be70ec0da4b9ef28c105c5d11622 (patch) | |
tree | 232d44774e91c44ac08b366aa5186593ebe00d62 /include/battle_interface.h | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) | |
parent | 32c7d4f252acf8cc9dc42d50da046c4b3f0beb16 (diff) |
Merge pull request #104 from DizzyEggg/decompile_battle_7
Decompile battle 7
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 |