summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
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: