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

@@ -1119,7 +1119,7 @@ Predef_GiveEgg:: ; df8c
ld d, $0
ld hl, PokedexCaught
ld b, RESET_FLAG
predef Predef_Flag
predef Predef_FlagAction
.skip_caught_flag
; If we haven't seen this Pokemon before receiving
@@ -1135,7 +1135,7 @@ Predef_GiveEgg:: ; df8c
ld d, $0
ld hl, PokedexSeen
ld b, RESET_FLAG
predef Predef_Flag
predef Predef_FlagAction
.skip_seen_flag
pop af