diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-30 20:37:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 20:37:10 -0800 |
commit | 2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (patch) | |
tree | 42bbf9fb1c470f1769329fb7a15a56d83034e78a /src/field/daycare.c | |
parent | 710477b8a56a9dd31f68d039002546af111123f3 (diff) | |
parent | 58928acf41b3ed7fc9f7de12db2aad27de744203 (diff) |
Merge pull request #512 from PikalaxALT/pokemon_storage_system
[Merge if you so choose] Pokemon Storage System
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) { |