From 8c6c7bc575fafd334886be4d8fa23df639e8ccf9 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 20 Mar 2021 02:09:17 +0100 Subject: [PATCH] Update intro text --- worlds/alttp/Text.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/worlds/alttp/Text.py b/worlds/alttp/Text.py index 49a62823..9045975f 100644 --- a/worlds/alttp/Text.py +++ b/worlds/alttp/Text.py @@ -1798,13 +1798,14 @@ class TextTable(object): text['magic_bat_wake'] = CompressedTextMapper.convert("You bum! I was sleeping! Where's my magic bolts?") text['magic_bat_give_half_magic'] = CompressedTextMapper.convert("How you like me now?") text['intro_main'] = CompressedTextMapper.convert( - "{INTRO}\n Episode III\n{PAUSE3}\n A Link to\n the Past\n" - + "{PAUSE3}\n Randomizer\n{PAUSE3}\nAfter mostly disregarding what happened in the first two games.\n" - + "{PAUSE3}\nLink awakens to his uncle leaving the house.\n{PAUSE3}\nHe just runs out the door,\n" - + "{PAUSE3}\ninto the rainy night.\n{PAUSE3}\n{CHANGEPIC}\nGanon has moved around all the items in Hyrule.\n" - + "{PAUSE7}\nYou will have to find all the items necessary to beat Ganon.\n" - + "{PAUSE7}\nThis is your chance to be a hero.\n{PAUSE3}\n{CHANGEPIC}\n" - + "You should probably beat Ganon.\n{PAUSE9}\n{CHANGEPIC}", False) + "{INTRO}\n Archipelago Randomizer\n{PAUSE3}\n A Link to\n the Past\n" + "{PAUSE3}\n{PAUSE3}\nAfter mostly disregarding what happened in the first two games.\n" + "{PAUSE3}\nLink awakens to his uncle leaving the house.\n{PAUSE3}\nHe just runs out the door,\n" + "{PAUSE3}\ninto the rainy night.\n{PAUSE3}\n{CHANGEPIC}\n" + "Ganon has moved around all the items in Hyrule and beyond.\n" + "{PAUSE7}\nYou will have to find all the items necessary to beat Ganon.\n" + "{PAUSE7}\nThis is your chance to be a hero.\n{PAUSE3}\n{CHANGEPIC}\n" + "You should probably beat Ganon.\n{PAUSE9}\n{CHANGEPIC}", False) text['intro_throne_room'] = CompressedTextMapper.convert("{IBOX}\nLook at this Stalfos on the throne.", False) text['intro_zelda_cell'] = CompressedTextMapper.convert("{IBOX}\nIt is your time to shine!", False) text['intro_agahnim'] = CompressedTextMapper.convert("{IBOX}\nAlso, you need to defeat this guy!", False)