Partymon structs for opponent and player parties.

This commit is contained in:
yenatch
2014-02-23 00:37:09 -05:00
parent 0ea86cecba
commit a01dad8e49
5 changed files with 80 additions and 227 deletions

View File

@@ -1565,7 +1565,7 @@ AIScoring_HealBell: ; 38d1f
ld a, [OTPartyCount]
ld b, a
ld c, 0
ld hl, OTPartyMon1CurHP
ld hl, OTPartyMon1HP
ld de, $0030
.asm_38d2c
@@ -1784,7 +1784,7 @@ AICheckLastPlayerMon: ; 38e2e
ld a, [PartyCount]
ld b, a
ld c, 0
ld hl, PartyMon1CurHP
ld hl, PartyMon1HP
ld de, PartyMon2 - PartyMon1
.loop