diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 14:08:46 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 14:08:46 -0500 |
| commit | 3101657e97003443bc89daf3e2f9482ad1ff900a (patch) | |
| tree | 34d92c21019273c9870014fd12f0091a153a1289 /data/maps/Route4_PokemonCenter_1F | |
| parent | ad643af58a946dc466d55a2c2e2c5c467286620a (diff) | |
Sync pc_transfer
Diffstat (limited to 'data/maps/Route4_PokemonCenter_1F')
| -rw-r--r-- | data/maps/Route4_PokemonCenter_1F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route4_PokemonCenter_1F/scripts.inc b/data/maps/Route4_PokemonCenter_1F/scripts.inc index 38bb34e47..ca2c5f611 100644 --- a/data/maps/Route4_PokemonCenter_1F/scripts.inc +++ b/data/maps/Route4_PokemonCenter_1F/scripts.inc @@ -62,7 +62,7 @@ EventScript_16F7F6:: @ 816F7F6 msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_16F861 - call EventScript_1A8C27 + call EventScript_GetGiftMonPartySlot fadescreen FADE_TO_BLACK hidemoneybox 0, 0 special ChangePokemonNickname @@ -85,12 +85,12 @@ EventScript_16F822:: @ 816F822 end EventScript_16F84B:: @ 816F84B - call EventScript_1A8C3C + call EventScript_TransferredToPC goto EventScript_16F861 end EventScript_16F856:: @ 816F856 - call EventScript_1A8C3C + call EventScript_TransferredToPC goto EventScript_16F86A end |
