summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-23 01:10:58 -0500
committeryenatch <yenatch@gmail.com>2014-02-23 01:10:58 -0500
commit1045c6a16f95273faaaf8ef1f62143e937cc445e (patch)
treedd80082c190d616db32edb8a8d7f26359e91507b
parenta01dad8e49ab9a892d24c011a85a03d42a3a7c24 (diff)
OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1
-rw-r--r--battle/core.asm2
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]