summaryrefslogtreecommitdiff
path: root/battle/ai/scoring.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/ai/scoring.asm')
-rw-r--r--battle/ai/scoring.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/ai/scoring.asm b/battle/ai/scoring.asm
index c99cf6a7c..cc8b50a6e 100644
--- a/battle/ai/scoring.asm
+++ b/battle/ai/scoring.asm
@@ -1565,7 +1565,7 @@ AIScoring_HealBell: ; 38d1f
ld a, [OTPartyCount]
ld b, a
ld c, 0
- ld hl, OTPartyMon1CurHP
+ ld hl, OTPartyMon1HP
ld de, $0030
.asm_38d2c
@@ -1784,7 +1784,7 @@ AICheckLastPlayerMon: ; 38e2e
ld a, [PartyCount]
ld b, a
ld c, 0
- ld hl, PartyMon1CurHP
+ ld hl, PartyMon1HP
ld de, PartyMon2 - PartyMon1
.loop