From 8cad7d230889510e9b547132ee957c3e633215d6 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Sun, 9 Jun 2024 00:43:45 -0400 Subject: [PATCH] Fix key --- pokemonred_puffer/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemonred_puffer/environment.py b/pokemonred_puffer/environment.py index 1e6db18..20617e7 100644 --- a/pokemonred_puffer/environment.py +++ b/pokemonred_puffer/environment.py @@ -343,7 +343,7 @@ SPECIES_IDS["SLOWBRO"], SPECIES_IDS["SEEL"], SPECIES_IDS["DEWGONG"], - SPECIES_IDS["SHELDER"], + SPECIES_IDS["SHELLDER"], SPECIES_IDS["CLOYSTER"], SPECIES_IDS["KRABBY"], SPECIES_IDS["KINGLER"],