Skip to content

Commit

Permalink
Remove required items that wont show up in the bag
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 25, 2024
1 parent 5bde42d commit 1b756f5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pokemonred_puffer/data/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,6 @@ class Items(Enum):
}

REQUIRED_ITEMS = {
Items.POKEDEX,
Items.BOULDERBADGE,
Items.CASCADEBADGE,
Items.THUNDERBADGE,
Items.RAINBOWBADGE,
Items.SOULBADGE,
Items.MARSHBADGE,
Items.VOLCANOBADGE,
Items.EARTHBADGE,
Items.SECRET_KEY,
# Items.ITEM_2C,
Items.CARD_KEY,
Expand Down

0 comments on commit 1b756f5

Please sign in to comment.