diff --git a/battle/core.asm b/battle/core.asm index 66f51eb19..98e703472 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -6514,7 +6514,7 @@ LoadEnemyMon: ; 3e8eb .OpponentParty ; Get HP from the party struct - ld hl, (PartyMon1HP + 1) - PartyMon1 + OTPartyMon1 + ld hl, (OTPartyMon1HP + 1) ld a, [CurPartyMon] call GetPartyLocation ld a, [hld]