Corrected the transfer to pc message
This commit is contained in:
parent
169ce4c709
commit
69a9586f31
|
@ -325,7 +325,7 @@ nextIndex:
|
|||
Else
|
||||
Dim boxName As String = StorageSystemScreen.GetBoxName(StorageSystemScreen.DepositPokemon(p, Player.Temp.PCBoxIndex))
|
||||
|
||||
s = "It was transfered to Box~""" & boxName & """~on your PC."
|
||||
s = "It was transfered to Box~""" & boxName & """~on the PC."
|
||||
End If
|
||||
|
||||
If p.IsShiny = True Then
|
||||
|
|
Loading…
Reference in New Issue