summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-05 11:05:01 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-05 11:05:01 +0100
commite9e8bf6eb14020d4a88a7cd4bca8539a2b45803e (patch)
tree63a602829016ebf9e96fb1ded325171680026a68 /home
parentd68f96179358d8ec3099c6cfc9709ea068b5fa69 (diff)
Predef_Flag -> Predef_FlagAction
Diffstat (limited to 'home')
-rw-r--r--home/pokedex_flags.asm2
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