Skip to content

Commit

Permalink
Pokemon Emerald: Fix missing rule for region behind cut tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe committed Oct 4, 2023
1 parent 52a39ab commit bdcb70c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worlds/pokemon_emerald/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ def set_default_rules(multiworld: MultiWorld, player: int) -> None:
multiworld.get_entrance("REGION_ROUTE123/EAST -> REGION_ROUTE122/SEA", player),
can_surf
)
set_rule(
multiworld.get_entrance("REGION_ROUTE123/EAST -> REGION_ROUTE123/EAST_BEHIND_TREE", player),
can_cut
)

# Lilycove City
set_rule(
Expand Down

0 comments on commit bdcb70c

Please sign in to comment.