Skip to content

Commit 74b2bf5

Browse files
authored
Pokemon Emerald: Exclude norman trainer location during norman goal (#3038)
1 parent 74ac66b commit 74b2bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/pokemon_emerald/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def exclude_locations(location_names: List[str]):
300300

301301
# Locations which are directly unlocked by defeating Norman.
302302
exclude_locations([
303+
"Petalburg Gym - Leader Norman",
303304
"Petalburg Gym - Balance Badge",
304305
"Petalburg Gym - TM42 from Norman",
305306
"Petalburg City - HM03 from Wally's Uncle",

0 commit comments

Comments
 (0)