Remove battlescreen update from party view

This commit is contained in:
JappaWakka 2023-01-15 14:34:44 +01:00
parent 748a6e8bcc
commit 724ddabc88
2 changed files with 0 additions and 6 deletions

View File

@ -420,9 +420,6 @@ Public Class PartyScreen
End Function
Public Overrides Sub Update()
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
PreScreen.Update()
End If
If _pokemonAnimations.Count > 0 Then
Dim animation As PokemonAnimation = _pokemonAnimations(_index)
If animation._shakeLeft Then

View File

@ -593,9 +593,6 @@
End Sub
Public Overrides Sub Update()
If PreScreen.PreScreen.Identification = Screen.Identifications.BattleScreen Then
PreScreen.PreScreen.Update()
End If
If _closing = True Then
If _fadeIn > 0F Then
_fadeIn = MathHelper.Lerp(0, _fadeIn, 0.8F)