From 71610e9aa751cdcb26696863009a433ebb20f1e0 Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Thu, 7 Sep 2023 00:28:00 -0400 Subject: [PATCH] Fix typo --- Rom.py | 2 +- Text.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rom.py b/Rom.py index d28e2211..31d20ac7 100644 --- a/Rom.py +++ b/Rom.py @@ -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: diff --git a/Text.py b/Text.py index dac3af92..d36771b6 100644 --- a/Text.py +++ b/Text.py @@ -842,7 +842,7 @@ class RawMBTextMapper(CharTextMapper): '@': [0x6A], # Links name (only works if compressed) '>': [0x00, 0x9B, 0x00, 0x9C], # Link's face "'": 0x9D, - '’': 0xD8, + '’': 0x9D, '¼': [0x00, 0xE5, 0x00, 0xE7], # ¼ heart '½': [0x00, 0xE6, 0x00, 0xE7], # ½ heart '¾': [0x00, 0xE8, 0x00, 0xE9], # ¾ heart