From 4780cf18b542b16f3b664731b5814c88c2eddfed Mon Sep 17 00:00:00 2001 From: Michael Fleischer Date: Tue, 4 Feb 2020 22:12:19 +0100 Subject: [PATCH] oops a little debug mistake --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index be2b70bb..38b5448f 100644 --- a/Rom.py +++ b/Rom.py @@ -1740,7 +1740,7 @@ def write_strings(rom, world, player, team): if world.doorShuffle[player] in ['crossed']: attic_hint = world.get_location("Thieves' Town - Attic", player).parent_region.dungeon.name this_hint = 'A cracked floor can be found in ' + attic_hint + '.' - if hint_locations[0] == 'telepathic_tile_turtle_rock': + if hint_locations[0] == 'telepathic_tile_thieves_town_upstairs': tt[hint_locations.pop(1)] = this_hint else: tt[hint_locations.pop(0)] = this_hint