summary refs log tree commit diff stats
path: root/apworld/regions.py
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/regions.py')
-rw-r--r--apworld/regions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/regions.py b/apworld/regions.py index 14fcaac..1c8e672 100644 --- a/apworld/regions.py +++ b/apworld/regions.py
@@ -30,7 +30,7 @@ def create_regions(world: "Lingo2World"):
30 region = create_region(room, world) 30 region = create_region(room, world)
31 regions[region.name] = region 31 regions[region.name] = region
32 32
33 regions["Menu"].connect(regions["the_entry - Starting Room"], "Start Game") 33 regions["Menu"].connect(regions["The Entry - Starting Room"], "Start Game")
34 34
35 # TODO: The requirements of the opposite trigger also matter. 35 # TODO: The requirements of the opposite trigger also matter.
36 for connection in world.static_logic.objects.connections: 36 for connection in world.static_logic.objects.connections: