ref: f6e94dfd7903578e39ef419f04303937bedf9628
parent: d79fca8c6e0c3da8782b9952740706bf73e97a17
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Mar 3 19:21:30 EST 2019
Fix spaces
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -394,17 +394,17 @@
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