Predef_FlagAction -> Predef_SmallFarFlagAction

This commit is contained in:
xCrystal
2018-01-07 11:53:20 +01:00
parent e9e8bf6eb1
commit 2c789b64b1
13 changed files with 24 additions and 24 deletions

View File

@@ -1668,7 +1668,7 @@ RevivePokemon: ; f0d6
ld d, 0
ld hl, wBattleParticipantsIncludingFainted
ld b, CHECK_FLAG
predef Predef_FlagAction
predef Predef_SmallFarFlagAction
ld a, c
and a
jr z, .skip_to_revive
@@ -1677,7 +1677,7 @@ RevivePokemon: ; f0d6
ld c, a
ld hl, wBattleParticipantsNotFainted
ld b, SET_FLAG
predef Predef_FlagAction
predef Predef_SmallFarFlagAction
.skip_to_revive
xor a