Update intro text
This commit is contained in:
parent
7402143c73
commit
8c6c7bc575
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue