aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Daycare.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Daycare.asm')
-rw-r--r--scripts/Daycare.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Daycare.asm b/scripts/Daycare.asm
index a39361d5..f9c41edf 100644
--- a/scripts/Daycare.asm
+++ b/scripts/Daycare.asm
@@ -51,7 +51,7 @@ DaycareGentlemanText:
ld a, PARTY_TO_DAYCARE
ld [wMoveMonType], a
call MoveMon
- callfar IsThisPartymonStarterPikachu
+ callfar IsThisPartyMonStarterPikachu
push af
xor a
ld [wRemoveMonFromBox], a
@@ -211,7 +211,7 @@ DaycareGentlemanText:
ld a, [wPartyCount]
dec a
ld [wWhichPokemon], a
- callfar IsThisPartymonStarterPikachu
+ callfar IsThisPartyMonStarterPikachu
jr c, .withdrewPikachuFromDayCare
ld a, [wCurPartySpecies]
call PlayCry