mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user