From ba66ef14ccdac88b486d357f9e5dbefb0aced610 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Wed, 2 Jul 2025 08:14:35 -0400 Subject: [PATCH] Update world api.md (#5149) --- docs/world api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/world api.md b/docs/world api.md index 833d379b..2f3dd0e4 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -266,7 +266,7 @@ like entrance randomization in logic. Regions have a list called `exits`, containing `Entrance` objects representing transitions to other regions. -There must be one special region (Called "Menu" by default, but configurable using [origin_region_name](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/AutoWorld.py#L298-L299)), +There must be one special region (Called "Menu" by default, but configurable using [origin_region_name](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/AutoWorld.py#L310-L311)), from which the logic unfolds. AP assumes that a player will always be able to return to this starting region by resetting the game ("Save and quit"). ### Entrances