From 7dfff45a84cedec72f6b4a0305e4a13293676eaf Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sun, 25 Aug 2019 22:22:31 -0400 Subject: [PATCH] Fix typo --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 357d7e54..f7e0e1b2 100644 --- a/Rom.py +++ b/Rom.py @@ -1377,7 +1377,7 @@ def write_strings(rom, world, player): if world.goal in ['triforcehunt']: tt['ganon_fall_in_alt'] = 'Why are you even here?\n You can\'t even hurt me! Get the Triforce Pieces.' tt['ganon_phase_3_alt'] = 'Seriously? Go Away, I will not Die.' - tt['sign_ganon'] = 'Go find the Triforce pieces... Ganon is invuinvincible!' + tt['sign_ganon'] = 'Go find the Triforce pieces... Ganon is invincible!' elif world.goal in ['pedestal']: tt['ganon_fall_in_alt'] = 'Why are you even here?\n You can\'t even hurt me! Your goal is at the pedestal.' tt['ganon_phase_3_alt'] = 'Seriously? Go Away, I will not Die.'