summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-07 21:27:32 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-07 21:27:32 -0400
commit96b0e448c4ce6a5dc43653a1c927a530fe64aece (patch)
tree6c1e5c4e9f84630a29858e9b1677cb56c1e761bf /main.asm
parentedf42a54d5b95780725e50605672fec29a9936f1 (diff)
Labeling of AI item and wild encounter functions
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index bb8d7b66b..556ad5271 100644
--- a/main.asm
+++ b/main.asm
@@ -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