mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
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…
x
Reference in New Issue
Block a user