summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
Diffstat (limited to 'event')
-rwxr-xr-xevent/daycare.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/daycare.asm b/event/daycare.asm
index a6d8842a9..b521deeff 100755
--- a/event/daycare.asm
+++ b/event/daycare.asm
@@ -123,7 +123,7 @@ DayCareAskDepositPokemon: ; 16798
jr c, .OnlyOneMon
ld a, DAYCARETEXT_WHICH_ONE
call PrintDayCareText
- ld b, 6
+ ld b, PARTYMENUACTION_GIVE_MON
callba SelectTradeOrDaycareMon
jr c, .Declined
ld a, [CurPartySpecies]