OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1

This commit is contained in:
yenatch 2014-02-23 01:10:58 -05:00
parent a01dad8e49
commit 1045c6a16f

View File

@ -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]