mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Removed reference to BattlePokemonInfoScreen
This commit is contained in:
parent
db6057254e
commit
a46b8361a4
@ -699,7 +699,6 @@
|
||||
|
||||
Core.SetScreen(selScreen)
|
||||
|
||||
''CType(Core.CurrentScreen, PartyScreen)._index = BattleScreen.OwnPokemonIndex
|
||||
End Sub
|
||||
|
||||
Private Sub MainMenuOpenBag(ByVal BattleScreen As BattleScreen)
|
||||
@ -924,7 +923,7 @@
|
||||
End Sub
|
||||
|
||||
Private Shared Sub ShowPokemonMenu(ByVal PokeIndex As Integer)
|
||||
Core.SetScreen(New BattlePokemonInfoScreen(Core.CurrentScreen, PokeIndex, AddressOf SwitchPokemonTo, TempBattleScreen))
|
||||
SwitchPokemonTo(PokeIndex)
|
||||
End Sub
|
||||
|
||||
Private Shared Sub SwitchPokemonTo(ByVal PokeIndex As Integer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user