mirror of https://github.com/pret/pokecrystal.git
Optimize the Perish Song+Spikes glitch fix
This commit is contained in:
parent
f369003a6e
commit
dd6812c06a
|
@ -94,7 +94,7 @@ Some fixes are mentioned as breaking compatibility with link battles. This can b
|
|||
|
||||
+HasAnyoneFainted:
|
||||
+ call HasPlayerFainted
|
||||
+ call nz, HasEnemyFainted
|
||||
+ jp nz, HasEnemyFainted
|
||||
+ ret
|
||||
+
|
||||
CheckFaint_PlayerThenEnemy:
|
||||
|
|
Loading…
Reference in New Issue