various fixes
This commit is contained in:
parent
88f1f64838
commit
3ab16fdf3e
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -102,7 +102,7 @@
|
||||||
SoundManager.PlaySound("success", True)
|
SoundManager.PlaySound("success", True)
|
||||||
Stage = 7
|
Stage = 7
|
||||||
If Message = "" Then
|
If Message = "" Then
|
||||||
TextBox.Show("Congratulations!~Your egg hatched into~a " & cPokemon.GetName() & "!")
|
TextBox.Show("Congratulations!~Your egg hatched into~" & cPokemon.GetName() & "!")
|
||||||
Else
|
Else
|
||||||
TextBox.Show(Message)
|
TextBox.Show(Message)
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in New Issue