This commit is contained in:
cassidoxa
2023-09-07 00:28:00 -04:00
parent d4a76cc9be
commit 71610e9aa7
2 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@@ -1195,7 +1195,7 @@ def write_strings(rom, world, player):
# For hints, first we write hints about entrances, some from the inconvenient list others from all reasonable entrances.
if world.hints:
tt['sign_north_of_links_house'] = '> Randomizer The telepathic tiles can have hints!'
tt['sign_north_of_links_house'] = '> The telepathic tiles can have hints!'
entrances_to_hint = {}
entrances_to_hint.update(InconvenientEntrances)
if world.shuffle_ganon: