Start of pikit mode
This commit is contained in:
4
Text.py
4
Text.py
@@ -1567,7 +1567,6 @@ class TextTable(object):
|
||||
'hylian_text_2',
|
||||
'desert_entry_translated',
|
||||
'uncle_dying_sewer',
|
||||
'telepathic_intro',
|
||||
'desert_thief_sitting',
|
||||
'desert_thief_following',
|
||||
'desert_thief_question',
|
||||
@@ -1611,7 +1610,7 @@ class TextTable(object):
|
||||
text['zelda_save_sewers'] = CompressedTextMapper.convert("You saved me!")
|
||||
text['priest_info'] = CompressedTextMapper.convert("So, I'm the dude that will protect Zelda. Don't worry, I got this covered.")
|
||||
text['zelda_sanctuary_before_leave'] = CompressedTextMapper.convert("Be careful!")
|
||||
text['telepathic_intro'] = CompressedTextMapper.convert("{NOBORDER}\n{SPEED6}\nHey, come find me and help me!")
|
||||
text['telepathic_intro'] = CompressedTextMapper.convert("{NOBORDER}\n{SPEED6}\n\nBring me shields...")
|
||||
# 20
|
||||
text['telepathic_reminder'] = CompressedTextMapper.convert("{NOBORDER}\n{SPEED6}\nI'm in the castle basement.")
|
||||
text['zelda_go_to_throne'] = CompressedTextMapper.convert("Go north to the throne.")
|
||||
@@ -2058,5 +2057,6 @@ class TextTable(object):
|
||||
text['ganon_phase_3_silvers'] = CompressedTextMapper.convert("Oh no! Silver! My one true weakness!")
|
||||
text['murahdahla'] = CompressedTextMapper.convert("Hello @. I\nam Murahdahla, brother of\nSahasrahla and Aginah. Behold the power of\ninvisibility.\n{PAUSE3}\n… … …\nWait! You can see me? I knew I should have\nhidden in a hollow tree.")
|
||||
text['mastersword_pedestal_goal'] = CompressedTextMapper.convert("To claim thy reward, you must present all 3 Pendants of Virtue.")
|
||||
text['already_have_shield'] = CompressedTextMapper.convert("You already have a shield...")
|
||||
text['end_pad_data'] = bytearray([0xfb])
|
||||
text['terminator'] = bytearray([0xFF, 0xFF])
|
||||
|
||||
Reference in New Issue
Block a user