diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-21 17:32:35 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-21 17:32:35 +0200 |
commit | 3d1c16523e277b0b4044e685aa118c15aaaeffe9 (patch) | |
tree | 5e1561b2ee508383dc50e3cc7fc473edfb21b2d2 /include/battle_interface.h | |
parent | afd42c8e145c77fbf07799a54aec405766eed45c (diff) |
start working on battle controllers, especially player
Diffstat (limited to 'include/battle_interface.h')
-rw-r--r-- | include/battle_interface.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/battle_interface.h b/include/battle_interface.h index 05ea1c021..0980b0002 100644 --- a/include/battle_interface.h +++ b/include/battle_interface.h @@ -3,6 +3,12 @@ #include "battle_controllers.h" +enum +{ + HP_CURRENT, + HP_MAX +}; + #define TAG_HEALTHBOX_PLAYER1_TILE 0xD6FF #define TAG_HEALTHBOX_PLAYER2_TILE 0xD700 #define TAG_HEALTHBOX_OPPONENT1_TILE 0xD701 |