From dd6812c06a3a5123fa277c9c07089cb35647b4d2 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Mon, 27 Jan 2020 08:27:48 -0400 Subject: [PATCH] Optimize the Perish Song+Spikes glitch fix --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 8ee9316b2..8fdcf1ffb 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -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: