This commit is contained in:
Kevin Cathcart 2019-08-25 22:22:31 -04:00
parent df6bf6f99c
commit 7dfff45a84
1 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@ -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.'