diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
commit | e9e8bf6eb14020d4a88a7cd4bca8539a2b45803e (patch) | |
tree | 63a602829016ebf9e96fb1ded325171680026a68 /home | |
parent | d68f96179358d8ec3099c6cfc9709ea068b5fa69 (diff) |
Predef_Flag -> Predef_FlagAction
Diffstat (limited to 'home')
-rw-r--r-- | home/pokedex_flags.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index f4f1ac312..420c253ea 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - predef Predef_Flag + predef Predef_FlagAction ld a, c and a ret |