Predef_Flag -> Predef_FlagAction

This commit is contained in:
xCrystal
2018-01-05 11:05:01 +01:00
parent d68f961793
commit e9e8bf6eb1
15 changed files with 29 additions and 29 deletions

View File

@@ -1668,7 +1668,7 @@ RevivePokemon: ; f0d6
ld d, 0
ld hl, wBattleParticipantsIncludingFainted
ld b, CHECK_FLAG
predef Predef_Flag
predef Predef_FlagAction
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_Flag
predef Predef_FlagAction
.skip_to_revive
xor a