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/SilphCo_7F | |
| parent | ad643af58a946dc466d55a2c2e2c5c467286620a (diff) | |
Sync pc_transfer
Diffstat (limited to 'data/maps/SilphCo_7F')
| -rw-r--r-- | data/maps/SilphCo_7F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/SilphCo_7F/scripts.inc b/data/maps/SilphCo_7F/scripts.inc index 72e020e73..9ca4f31ec 100644 --- a/data/maps/SilphCo_7F/scripts.inc +++ b/data/maps/SilphCo_7F/scripts.inc @@ -150,7 +150,7 @@ EventScript_161B12:: @ 8161B12 msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_161B7E - call EventScript_1A8C27 + call EventScript_GetGiftMonPartySlot call EventScript_ChangePokemonNickname goto EventScript_161B7E @@ -167,14 +167,14 @@ EventScript_161B45:: @ 8161B45 msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_161B73 - call EventScript_1A8C33 + call EventScript_NameReceivedBoxMon goto EventScript_161B73 EventScript_161B72:: @ 8161B72 end EventScript_161B73:: @ 8161B73 - call EventScript_1A8C3C + call EventScript_TransferredToPC goto EventScript_161B7E EventScript_161B7D:: @ 8161B7D |
