diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_controllers.h | 2 | ||||
-rw-r--r-- | include/constants/battle.h | 1 |
2 files changed, 1 insertions, 2 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 diff --git a/include/constants/battle.h b/include/constants/battle.h index c36330306..a0099d23f 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -293,5 +293,4 @@ #define BATTLE_TERRAIN_BUILDING 8 #define BATTLE_TERRAIN_PLAIN 9 - #endif // GUARD_CONSTANTS_BATTLE_H |