Fix triforce text border

Update some text ids
This commit is contained in:
Kevin Cathcart
2018-07-14 20:46:42 -04:00
parent a9cdc28350
commit 3c19ea33e9
2 changed files with 5 additions and 5 deletions

2
Rom.py
View File

@@ -1039,7 +1039,7 @@ def write_strings(rom, world):
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['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['pond_will_upgrade'] = PyramidFairy_texts[random.randint(0, len(PyramidFairy_texts) - 1)]