Pokemon Emerald: Change Lilycove access logic (#3277)

* Pokemon Emerald: Change logical access to lilycove from east

* Pokemon Emerald: Add tests
This commit is contained in:
Bryce Wilson
2024-05-08 10:26:13 -06:00
committed by GitHub
parent 76962b8b3b
commit 0f1b16d640
3 changed files with 44 additions and 1 deletions

View File

@@ -994,6 +994,10 @@ def set_rules(world: "PokemonEmeraldWorld") -> None:
get_entrance("REGION_LILYCOVE_CITY/SEA -> REGION_ROUTE124/MAIN"),
lambda state: state.has("EVENT_CLEAR_AQUA_HIDEOUT", world.player)
)
set_rule(
get_entrance("REGION_ROUTE124/MAIN -> REGION_LILYCOVE_CITY/SEA"),
lambda state: state.has("EVENT_CLEAR_AQUA_HIDEOUT", world.player)
)
# Magma Hideout
set_rule(