Including GT entrance if Ganon is included in ER shuffle
This commit is contained in:
5
Rom.py
5
Rom.py
@@ -2204,7 +2204,10 @@ def write_strings(rom, world, player, team):
|
|||||||
if world.shuffle[player] not in ['simple', 'restricted', 'restricted_legacy']:
|
if world.shuffle[player] not in ['simple', 'restricted', 'restricted_legacy']:
|
||||||
entrances_to_hint.update(ConnectorEntrances)
|
entrances_to_hint.update(ConnectorEntrances)
|
||||||
entrances_to_hint.update(DungeonEntrances)
|
entrances_to_hint.update(DungeonEntrances)
|
||||||
if world.is_atgt_swapped(player):
|
if world.shuffle_ganon[player]:
|
||||||
|
entrances_to_hint.update({'Agahnims Tower': 'The sealed castle door'})
|
||||||
|
entrances_to_hint.update({'Ganons Tower': 'The dark mountain tower'})
|
||||||
|
elif world.is_atgt_swapped(player):
|
||||||
entrances_to_hint.update({'Ganons Tower': 'The dark mountain tower'})
|
entrances_to_hint.update({'Ganons Tower': 'The dark mountain tower'})
|
||||||
else:
|
else:
|
||||||
entrances_to_hint.update({'Agahnims Tower': 'The sealed castle door'})
|
entrances_to_hint.update({'Agahnims Tower': 'The sealed castle door'})
|
||||||
|
|||||||
Reference in New Issue
Block a user