parent
a9cdc28350
commit
3c19ea33e9
2
Rom.py
2
Rom.py
|
@ -1039,7 +1039,7 @@ def write_strings(rom, world):
|
||||||
tt['sahasrahla_bring_courage'] = 'I lost my family heirloom in %s' % greenpendant.hint_text
|
tt['sahasrahla_bring_courage'] = 'I lost my family heirloom in %s' % greenpendant.hint_text
|
||||||
|
|
||||||
tt['uncle_leaving_text'] = Uncle_texts[random.randint(0, len(Uncle_texts) - 1)]
|
tt['uncle_leaving_text'] = Uncle_texts[random.randint(0, len(Uncle_texts) - 1)]
|
||||||
tt['end_triforce'] = Triforce_texts[random.randint(0, len(Triforce_texts) - 1)]
|
tt['end_triforce'] = "{NOBORDER\n}" + Triforce_texts[random.randint(0, len(Triforce_texts) - 1)]
|
||||||
tt['bomb_shop_big_bomb'] = BombShop2_texts[random.randint(0, len(BombShop2_texts) - 1)]
|
tt['bomb_shop_big_bomb'] = BombShop2_texts[random.randint(0, len(BombShop2_texts) - 1)]
|
||||||
tt['pond_will_upgrade'] = PyramidFairy_texts[random.randint(0, len(PyramidFairy_texts) - 1)]
|
tt['pond_will_upgrade'] = PyramidFairy_texts[random.randint(0, len(PyramidFairy_texts) - 1)]
|
||||||
|
|
||||||
|
|
8
Text.py
8
Text.py
|
@ -1311,8 +1311,8 @@ class TextTable(object):
|
||||||
'shop_buy_heart',
|
'shop_buy_heart',
|
||||||
'bomb_shop_big_bomb_buy',
|
'bomb_shop_big_bomb_buy',
|
||||||
'item_get_big_bomb',
|
'item_get_big_bomb',
|
||||||
'unknown_0', #catfish
|
'catfish',
|
||||||
'unknown_1', #catfish
|
'catfish_after_item',
|
||||||
'zora_meeting',
|
'zora_meeting',
|
||||||
'zora_tells_cost',
|
'zora_tells_cost',
|
||||||
'zora_get_flippers',
|
'zora_get_flippers',
|
||||||
|
@ -1692,8 +1692,8 @@ class TextTable(object):
|
||||||
text['aginah'] = CompressedTextMapper.convert("So, I've been living in this cave for years, and you think you can just come along and bomb open walls?")
|
text['aginah'] = CompressedTextMapper.convert("So, I've been living in this cave for years, and you think you can just come along and bomb open walls?")
|
||||||
text['aginah_need_better_sword'] = CompressedTextMapper.convert("Once I farted in this cave so bad all the jazz hands guys ran away in hid in the sand.")
|
text['aginah_need_better_sword'] = CompressedTextMapper.convert("Once I farted in this cave so bad all the jazz hands guys ran away in hid in the sand.")
|
||||||
text['aginah_have_better_sword'] = CompressedTextMapper.convert("Panda's are very vicious animals. Never forget…\n\n\n\n\n… I never will")
|
text['aginah_have_better_sword'] = CompressedTextMapper.convert("Panda's are very vicious animals. Never forget…\n\n\n\n\n… I never will")
|
||||||
text['unknown_0'] = CompressedTextMapper.convert("You woke me from my nap, take this and get out!")
|
text['catfish'] = CompressedTextMapper.convert("You woke me from my nap, take this and get out!")
|
||||||
text['unknown_1'] = CompressedTextMapper.convert("I don't have anything else for you!\nTake this!")
|
text['catfish_after_item'] = CompressedTextMapper.convert("I don't have anything else for you!\nTake this!")
|
||||||
# 12C
|
# 12C
|
||||||
text['lumberjack_right'] = CompressedTextMapper.convert("One of us always lies.")
|
text['lumberjack_right'] = CompressedTextMapper.convert("One of us always lies.")
|
||||||
text['lumberjack_left'] = CompressedTextMapper.convert("One of us always tells the truth.")
|
text['lumberjack_left'] = CompressedTextMapper.convert("One of us always tells the truth.")
|
||||||
|
|
Loading…
Reference in New Issue