Start in BBS in Inverted, replacing LH/BBS entrance swap

This commit is contained in:
codemann8
2022-01-13 22:30:34 -06:00
parent 9282d84fd6
commit 14d670e3ec
2 changed files with 9 additions and 7 deletions

View File

@@ -841,7 +841,11 @@ def can_reach_smith(world, player):
found = False
explored_regions = list()
explore_region('Links House')
if not world.is_tile_swapped(0x2c, player):
start_region = 'Links House'
else:
start_region = 'Big Bomb Shop'
explore_region(start_region)
if not found:
if not invFlag:
explore_region('Sanctuary')