mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-12 04:56:34 -05:00
Fixed bug where follower did not update after depositing in daycare.
This commit is contained in:
@@ -118,6 +118,7 @@ Route117_PokemonDayCare_EventScript_GiveMonToRaise::
|
||||
msgbox Route117_PokemonDayCare_Text_WellRaiseYourMon, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
special StoreSelectedPokemonInDaycare
|
||||
callnative UpdateFollowingPokemon
|
||||
incrementgamestat GAME_STAT_USED_DAYCARE
|
||||
specialvar VAR_RESULT, GetDaycareState
|
||||
compare VAR_RESULT, DAYCARE_ONE_MON
|
||||
|
||||
Reference in New Issue
Block a user