summaryrefslogtreecommitdiff
path: root/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/core.asm')
-rw-r--r--battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm
index bc8a37725..9dd3ffd84 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -4454,7 +4454,7 @@ HandleHealingItems: ; 3dcf9
HandleHPHealingItem: ; 3dd2f
callab GetOpponentItem
ld a, b
- cp $1
+ cp HELD_BERRY
ret nz
ld de, EnemyMonHP + 1
ld hl, EnemyMonMaxHP