Pokemon Emerald: Fix missing rule for 2 items on Route 120 (#2570)

Two items on Route 120 are on the other side of a pond but were considered accessible in logic without Surf.


Creates a new separate region for these two items and adds a rule for being able to Surf to get to this region. Also adds the items to the existing surf test.
This commit is contained in:
Bryce Wilson
2023-12-07 11:15:38 -08:00
committed by GitHub
parent 69ae12823a
commit 5bd022138b
3 changed files with 22 additions and 3 deletions

View File

@@ -626,6 +626,10 @@ def set_rules(world: "PokemonEmeraldWorld") -> None:
get_entrance("REGION_ROUTE120/NORTH_POND_SHORE -> REGION_ROUTE120/NORTH_POND"),
can_surf
)
set_rule(
get_entrance("REGION_ROUTE120/SOUTH -> REGION_ROUTE120/SOUTH_PONDS"),
can_surf
)
# Route 121
set_rule(