summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-07 13:19:41 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-07 13:19:41 -0400
commitedf42a54d5b95780725e50605672fec29a9936f1 (patch)
treec3c9fd0799a1f91a0804a315ec0ffdffaf5b2c13 /misc
parent7176eff7aafda5378305a593c459d158ac27601f (diff)
More labels, including fns responsible for partymon generation
Diffstat (limited to 'misc')
-rw-r--r--misc/mobile_40.asm4
-rw-r--r--misc/mobile_5f.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index fa3490f82..3fcd0969a 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -407,10 +407,10 @@ Function1002c9: ; 1002c9
Function1002dc: ; 1002dc
ld a, $f8
- ld [$ff9f], a
+ ld [hMapEntryMethod], a
callba RunMapSetupScript
xor a
- ld [$ff9f], a
+ ld [hMapEntryMethod], a
call Functione51
ret
; 1002ed
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm
index 9c38fbb27..eb9231a18 100644
--- a/misc/mobile_5f.asm
+++ b/misc/mobile_5f.asm
@@ -2359,7 +2359,7 @@ Function17ded9: ; 17ded9
ld [MonType], a
push hl
push bc
- predef Functiond88c
+ predef TryAddMonToParty
callba Function4db49
pop bc
pop hl