summaryrefslogtreecommitdiff
path: root/mobile/mobile_5f.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile_5f.asm')
-rw-r--r--mobile/mobile_5f.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm
index fc32032c0..9157353b0 100644
--- a/mobile/mobile_5f.asm
+++ b/mobile/mobile_5f.asm
@@ -2441,8 +2441,8 @@ Function17ded9: ; 17ded9
ld d, h
ld e, l
push hl
- ld b, $0
- farcall CalcPkmnStats
+ ld b, FALSE
+ farcall CalcMonStats
ld a, [wPartyCount]
dec a
ld hl, wPartyMon1HP
@@ -2531,7 +2531,7 @@ Function17e026: ; 17e026
push bc
push hl
farcall LoadEnemyMon
- farcall SendPkmnIntoBox
+ farcall SendMonIntoBox
farcall SetBoxMonCaughtData
pop hl
pop bc