From 1045c6a16f95273faaaf8ef1f62143e937cc445e Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 23 Feb 2014 01:10:58 -0500 Subject: [PATCH] OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1 --- battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]