mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
Remove battlescreen update from party view
This commit is contained in:
parent
748a6e8bcc
commit
724ddabc88
@ -420,9 +420,6 @@ Public Class PartyScreen
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Overrides Sub Update()
|
Public Overrides Sub Update()
|
||||||
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
|
||||||
PreScreen.Update()
|
|
||||||
End If
|
|
||||||
If _pokemonAnimations.Count > 0 Then
|
If _pokemonAnimations.Count > 0 Then
|
||||||
Dim animation As PokemonAnimation = _pokemonAnimations(_index)
|
Dim animation As PokemonAnimation = _pokemonAnimations(_index)
|
||||||
If animation._shakeLeft Then
|
If animation._shakeLeft Then
|
||||||
|
@ -593,9 +593,6 @@
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Sub Update()
|
Public Overrides Sub Update()
|
||||||
If PreScreen.PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
|
||||||
PreScreen.PreScreen.Update()
|
|
||||||
End If
|
|
||||||
If _closing = True Then
|
If _closing = True Then
|
||||||
If _fadeIn > 0F Then
|
If _fadeIn > 0F Then
|
||||||
_fadeIn = MathHelper.Lerp(0, _fadeIn, 0.8F)
|
_fadeIn = MathHelper.Lerp(0, _fadeIn, 0.8F)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user