Fixed some typos
This commit is contained in:
parent
04f971e8df
commit
863e77508a
Binary file not shown.
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
Public Overrides Sub ResultFunction(Result As Integer)
|
Public Overrides Sub ResultFunction(Result As Integer)
|
||||||
If Result = 0 Then
|
If Result = 0 Then
|
||||||
Dim pName As String = "MissignNo."
|
Dim pName As String = "MissingNo."
|
||||||
|
|
||||||
For Each p As Pokemon In Core.Player.Pokemons
|
For Each p As Pokemon In Core.Player.Pokemons
|
||||||
If p.IsEgg() = False Then
|
If p.IsEgg() = False Then
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
|
|
||||||
Dim pName As String = "MissignNo."
|
Dim pName As String = "MissingNo."
|
||||||
Dim pNumber As Integer = 23
|
Dim pNumber As Integer = 23
|
||||||
|
|
||||||
If Not useP Is Nothing Then
|
If Not useP Is Nothing Then
|
||||||
|
|
Loading…
Reference in New Issue