From baceff253cbb9c309f7bd9287a87d042c001bc4f Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:39:24 -0500 Subject: [PATCH] Add missing blackout map ids --- pokemonred_puffer/environment.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pokemonred_puffer/environment.py b/pokemonred_puffer/environment.py index d52ecc9..b8a1fb3 100644 --- a/pokemonred_puffer/environment.py +++ b/pokemonred_puffer/environment.py @@ -104,6 +104,9 @@ 0x8, # Cinnabar Island 0x9, # Indigo Plateau 0xA, # Saffron City + 0xF, # Route 4 (Mt Moon) + 0x10, # Route 10 (Rock Tunnel) + 0xE9, # Silph Co 9F (Heal station) ] )