You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1
This commit is contained in:
@@ -6514,7 +6514,7 @@ LoadEnemyMon: ; 3e8eb
|
|||||||
|
|
||||||
.OpponentParty
|
.OpponentParty
|
||||||
; Get HP from the party struct
|
; Get HP from the party struct
|
||||||
ld hl, (PartyMon1HP + 1) - PartyMon1 + OTPartyMon1
|
ld hl, (OTPartyMon1HP + 1)
|
||||||
ld a, [CurPartyMon]
|
ld a, [CurPartyMon]
|
||||||
call GetPartyLocation
|
call GetPartyLocation
|
||||||
ld a, [hld]
|
ld a, [hld]
|
||||||
|
Reference in New Issue
Block a user