From e52cc8e228a186f11124e5c5a5c21dbfc3f56a9e Mon Sep 17 00:00:00 2001 From: AmazingAmpharos Date: Tue, 30 Apr 2019 10:14:55 -0500 Subject: [PATCH] Add Link's face to a sign Link's face is supposed to be on the sign north of his house. It was missing in error; this fixes that. I believe this is the last thing needed for release. --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 35ee640e..91b13b50 100644 --- a/Rom.py +++ b/Rom.py @@ -1024,7 +1024,7 @@ def write_strings(rom, world): # 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'] = '> Randomizer The telepathic tiles can have hints!' entrances_to_hint = {} entrances_to_hint.update(InconvenientEntrances) if world.shuffle_ganon: