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)
|
||||
Stage = 7
|
||||
If Message = "" Then
|
||||
TextBox.Show("Congratulations!~Your egg hatched into~a " & cPokemon.GetName() & "!")
|
||||
TextBox.Show("Congratulations!~Your egg hatched into~" & cPokemon.GetName() & "!")
|
||||
Else
|
||||
TextBox.Show(Message)
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue