diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 17:14:39 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-15 17:14:39 -0500 |
commit | 08a108f432325d6501f3c6473a6d43265af0d5b7 (patch) | |
tree | 2f6a39bc7cd8fe70dbf149532e4fff11f2a1880e /src/field/daycare.c | |
parent | e3238abc63ac7e939ccdc58e555a9dcdc66f3525 (diff) |
through diegohint1
Diffstat (limited to 'src/field/daycare.c')
-rw-r--r-- | src/field/daycare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/daycare.c b/src/field/daycare.c index 36dd7ec03..2f0c7281e 100644 --- a/src/field/daycare.c +++ b/src/field/daycare.c @@ -205,7 +205,7 @@ static u16 TakeSelectedPokemonFromDaycare(struct DayCare * daycare, u8 slot) GetBoxMonNick(&daycare->mons[slot], gStringVar1); species = GetBoxMonData(&daycare->mons[slot], MON_DATA_SPECIES); - sub_803B4B4(&daycare->mons[slot], &pokemon); + ExpandBoxMon(&daycare->mons[slot], &pokemon); if (GetMonData(&pokemon, MON_DATA_LEVEL) != MAX_LEVEL) { |