From 1b756f58edf7ddd86fdb2e455d3ec6f9ca99966d Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:13:10 -0400 Subject: [PATCH] Remove required items that wont show up in the bag --- pokemonred_puffer/data/items.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pokemonred_puffer/data/items.py b/pokemonred_puffer/data/items.py index dee8059..18ff459 100644 --- a/pokemonred_puffer/data/items.py +++ b/pokemonred_puffer/data/items.py @@ -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,