various fixes

This commit is contained in:
darkfire006 2024-03-21 22:14:47 -05:00
parent 88f1f64838
commit 3ab16fdf3e
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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