mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
Fixed minor BattleScreen index issue
This commit is contained in:
parent
9be0fde20c
commit
b88ce2619f
@ -219,6 +219,7 @@
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
||||||
|
OwnPokemonIndex = meIndex
|
||||||
|
|
||||||
Me.IsTrainerBattle = False
|
Me.IsTrainerBattle = False
|
||||||
Me.ParticipatedPokemon.Add(meIndex)
|
Me.ParticipatedPokemon.Add(meIndex)
|
||||||
@ -352,6 +353,7 @@
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
||||||
|
OwnPokemonIndex = meIndex
|
||||||
If IsPVPBattle Then
|
If IsPVPBattle Then
|
||||||
OwnPokemon = Core.Player.Pokemons(OwnLeadIndex)
|
OwnPokemon = Core.Player.Pokemons(OwnLeadIndex)
|
||||||
OwnPokemonIndex = OwnLeadIndex
|
OwnPokemonIndex = OwnLeadIndex
|
||||||
@ -498,6 +500,7 @@
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
||||||
|
OwnPokemonIndex = meIndex
|
||||||
|
|
||||||
Me.IsTrainerBattle = False
|
Me.IsTrainerBattle = False
|
||||||
Me.ParticipatedPokemon.Add(meIndex)
|
Me.ParticipatedPokemon.Add(meIndex)
|
||||||
@ -614,6 +617,8 @@
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
Me.OwnPokemon = Core.Player.Pokemons(meIndex)
|
||||||
|
OwnPokemonIndex = meIndex
|
||||||
|
|
||||||
|
|
||||||
Me.IsTrainerBattle = False
|
Me.IsTrainerBattle = False
|
||||||
Me.ParticipatedPokemon.Add(meIndex)
|
Me.ParticipatedPokemon.Add(meIndex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user