Fixed HatchEggScreen Pokémon sprite scale

This commit is contained in:
JappaWakka 2022-09-22 12:20:38 +02:00
parent ff35093697
commit 90a9f56a25
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
Egg = GetEggTexture()
End If
ElseIf Stage = 6 Then
If size < 3.5F Then
If size < 4.0F Then
size += 0.08F
Else
MusicManager.Play("wild_defeat")