diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
| commit | 3fd678769231b76c17e4aab2f306892bd6988dc8 (patch) | |
| tree | 362b426beaceb3747906caf25d1413cf44e9071a /engine/menu/pokedex.asm | |
| parent | Add a farcall alias. (diff) | |
| download | pokeyellow-3fd678769231b76c17e4aab2f306892bd6988dc8.tar.gz pokeyellow-3fd678769231b76c17e4aab2f306892bd6988dc8.tar.xz pokeyellow-3fd678769231b76c17e4aab2f306892bd6988dc8.zip | |
Clean up more Yellow ifdefs.
Diffstat (limited to 'engine/menu/pokedex.asm')
| -rwxr-xr-x | engine/menu/pokedex.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/menu/pokedex.asm b/engine/menu/pokedex.asm index a58523e8..3898ef43 100755 --- a/engine/menu/pokedex.asm +++ b/engine/menu/pokedex.asm @@ -367,9 +367,6 @@ PokedexMenuItemsText: ; 402af (10:42af) db "DATA" next "CRY" next "AREA" -IF DEF(_YELLOW) - next "PRNT" -ENDC next "QUIT@" ; tests if a pokemon's bit is set in the seen or owned pokemon bit fields |
