diff options
Diffstat (limited to 'battle')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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] |