diff options
Diffstat (limited to 'home/pokedex_flags.asm')
-rw-r--r-- | home/pokedex_flags.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index 0ad13b497..ac59ffeb8 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,8 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - ld a, PREDEF_FLAG - call Predef + predef FlagPredef ld a, c and a ret |