From f6e94dfd7903578e39ef419f04303937bedf9628 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 4 Mar 2019 00:21:30 +0100 Subject: [PATCH] Fix spaces --- docs/bugs_and_glitches.md | 20 ++++++++++---------- 1 file 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