summaryrefslogtreecommitdiff
path: root/include/battle_controllers.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-27 23:40:52 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-28 14:57:16 +0800
commit2bd15329e07a23d3515dc1c9c9e5d8f75d3be429 (patch)
tree328cff8ee72211ef3566d2fcdb88d1fbc7c95387 /include/battle_controllers.h
parentb2343076db0cefc087f3941b6941dcba7b1e3364 (diff)
minor fixes
and remove unnecessary NONMATCHING
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r--include/battle_controllers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h
index 3ee67eac8..6da4ca240 100644
--- a/include/battle_controllers.h
+++ b/include/battle_controllers.h
@@ -81,7 +81,7 @@ enum
#define RET_VALUE_LEVELLED_UP 11
-#define INSTANT_HP_BAR_DROP 32767
+#define INSTANT_HP_BAR_DROP 0x7FFF
// Special return values in gBattleBufferB from Battle Controller functions.
#define RET_VALUE_LEVELED_UP 11