mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Fix spaces
This commit is contained in:
parent
d79fca8c6e
commit
f6e94dfd79
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user