diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2019-03-04 00:21:30 +0100 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2019-03-04 00:21:30 +0100 |
commit | f6e94dfd7903578e39ef419f04303937bedf9628 (patch) | |
tree | 91e6f7dfd5b4c401e3a7ecf223e6ebacf21bc702 /docs | |
parent | d79fca8c6e0c3da8782b9952740706bf73e97a17 (diff) |
Fix spaces
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 20 |
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 |