Labeling of AI item and wild encounter functions

This commit is contained in:
PikalaxALT
2015-10-07 21:27:32 -04:00
parent edf42a54d5
commit 96b0e448c4
10 changed files with 124 additions and 123 deletions

View File

@@ -7920,7 +7920,7 @@ TryAddMonToParty: ; d88c
ld de, PartyCount
ld a, [MonType]
and $f
jr z, .getpartylocation
jr z, .getpartylocation ; PARTYMON
ld de, OTPartyCount
.getpartylocation
@@ -9468,7 +9468,7 @@ endr
GivePoke:: ; e277
push de
push bc
xor a
xor a ; PARTYMON
ld [MonType], a
call TryAddMonToParty
jr nc, .failed