mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1
This commit is contained in:
parent
a01dad8e49
commit
1045c6a16f
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user