Pokemon Emerald: Exclude norman trainer location during norman goal (#3038)

This commit is contained in:
Bryce Wilson
2024-03-28 15:20:55 -06:00
committed by GitHub
parent 74ac66b032
commit 74b2bf5161

View File

@@ -300,6 +300,7 @@ class PokemonEmeraldWorld(World):
# Locations which are directly unlocked by defeating Norman. # Locations which are directly unlocked by defeating Norman.
exclude_locations([ exclude_locations([
"Petalburg Gym - Leader Norman",
"Petalburg Gym - Balance Badge", "Petalburg Gym - Balance Badge",
"Petalburg Gym - TM42 from Norman", "Petalburg Gym - TM42 from Norman",
"Petalburg City - HM03 from Wally's Uncle", "Petalburg City - HM03 from Wally's Uncle",