diff options
author | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
commit | a7e3a999ff21ecac0bfbe7f091f9ff901075a323 (patch) | |
tree | 8032e91c6a426b355b6d1d3505bbc1fdc9c40fa6 /home/pokedex_flags.asm | |
parent | d561a6d2db176240549fa605dc3e7e1f59e86607 (diff) | |
parent | 0543e933915a65127a8b803789d049478c7889d5 (diff) |
Merge https://github.com/libjet/pokegold
Diffstat (limited to 'home/pokedex_flags.asm')
-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 39bdd48f..424fee13 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -23,7 +23,7 @@ CheckSeenMon:: ld b, CHECK_FLAG PokedexFlagAction:: ; 35e4 (0:35e4) ld d, 0 - predef FlagPredef + predef SmallFarFlagAction ld a, c and a ret |