summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bugs_and_glitches.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 10f405865..4f6871e5c 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -394,17 +394,17 @@ Add this to the end of each file:
ld [wCryTracks], a
ld a, [wBattleMonSpecies]
call PlayStereoCry
-+ ld a, [wCurBattleMon]
-+ push af
++ ld a, [wCurBattleMon]
++ push af
ld a, [wLastPlayerMon]
-+ ld [wCurBattleMon], a
-+ call UpdateFaintedPlayerMon
-+ pop af
-+ ld [wCurBattleMon], a
-- ld c, a
-- ld hl, wBattleParticipantsNotFainted
-- ld b, RESET_FLAG
-- predef SmallFarFlagAction
++ ld [wCurBattleMon], a
++ call UpdateFaintedPlayerMon
++ pop af
++ ld [wCurBattleMon], a
+- ld c, a
+- ld hl, wBattleParticipantsNotFainted
+- ld b, RESET_FLAG
+- predef SmallFarFlagAction
call PlayerMonFaintedAnimation
ld hl, BattleText_MonFainted
jr .done_fainted