diff options
author | yenatch <yenatch@gmail.com> | 2014-06-16 22:52:59 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-16 22:53:56 -0700 |
commit | 541a9c73472db20472db5531cba196a0dcd148ea (patch) | |
tree | 0a28f28213a2e941267b9f1097b1b23a9bd8d1d7 /constants/misc_constants.asm | |
parent | 8639fcd29b0e929ec6cc236a209d0e07a495db14 (diff) |
Name the UpdateEnemyHUD predef.
Also start using hp palette constants.
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 2e5c5573a..5b291f6e8 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -15,6 +15,10 @@ PARTY_OT_NAME EQU 5 ENEMY_OT_NAME EQU 6 TRAINER_NAME EQU 7 +; hp +HP_GREEN EQU 0 +HP_YELLOW EQU 1 +HP_RED EQU 2 ; boxes MONS_PER_BOX EQU 20 |