Fixed notification popup blocking pokégear

This commit is contained in:
JappaWakka 2022-06-26 20:20:37 +02:00
parent 7e5a433917
commit 322ca3e5c4
1 changed files with 1 additions and 1 deletions

View File

@ -129,8 +129,8 @@ Public Class NotificationPopup
Me._positionY = BackY
If Me._scriptFile <> "" Then
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(Me._scriptFile, 0, False)
Me.IsReady = True
End If
Me.IsReady = True
End If
End If
Else