mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed error
This commit is contained in:
parent
3a35860f7a
commit
7227be54c2
@ -1496,7 +1496,7 @@
|
||||
End If
|
||||
|
||||
'Own Pokémon move animation! This displays any effects that should display on the user of the move.
|
||||
moveUsed.UserPokemonMoveAnimation(BattleScreen, own)
|
||||
moveUsed.UserPokemonMoveAnimation(BattleScreen)
|
||||
|
||||
If moveUsed.Target <> Attack.Targets.Self And moveUsed.FocusOppPokemon = True Then
|
||||
If own = True Then
|
||||
@ -1849,7 +1849,7 @@
|
||||
End If
|
||||
|
||||
'Opp Pokémon move animation! This displays the move effects that target the other Pokémon and appear after the camera switched around.
|
||||
moveUsed.OpponentPokemonMoveAnimation(BattleScreen, own)
|
||||
moveUsed.OpponentPokemonMoveAnimation(BattleScreen)
|
||||
|
||||
If moveUsed.IsDamagingMove = True Then
|
||||
ChangeCameraAngle(2, own, BattleScreen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user