summaryrefslogtreecommitdiff
path: root/engine/menu
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2016-03-22 00:10:23 -0600
committerIIMarckus <iimarckus@gmail.com>2016-03-22 00:10:23 -0600
commit3fd678769231b76c17e4aab2f306892bd6988dc8 (patch)
tree362b426beaceb3747906caf25d1413cf44e9071a /engine/menu
parent6057f285ad1a930315d1a45fa3d1aa08efe6801d (diff)
Clean up more Yellow ifdefs.
Diffstat (limited to 'engine/menu')
-rw-r--r--engine/menu/bills_pc.asm3
-rwxr-xr-xengine/menu/pokedex.asm3
2 files changed, 0 insertions, 6 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm
index d367bdb5..0be2e6b0 100644
--- a/engine/menu/bills_pc.asm
+++ b/engine/menu/bills_pc.asm
@@ -343,9 +343,6 @@ BillsPCMenuText: ; 216e1 (8:56e1)
next "DEPOSIT ", $4a
next "RELEASE ", $4a
next "CHANGE BOX"
-IF DEF(_YELLOW)
- next "PRINT BOX"
-ENDC
next "SEE YA!"
db "@"
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