Compare commits
56 Commits
main
...
4468721621
| Author | SHA1 | Date | |
|---|---|---|---|
| 4468721621 | |||
| becff60e05 | |||
| 1edd600272 | |||
| a019fa6478 | |||
| a51be12a4a | |||
| 9e5db19c73 | |||
| 640a5bc3a7 | |||
| c946981c38 | |||
| 9733da9f44 | |||
| a3f67a39ab | |||
| 1d4c5f1884 | |||
| a8dc25e59d | |||
| 0f7253c94e | |||
| ddda8aeddf | |||
| ae1744f0dd | |||
| f2d07c98b7 | |||
| 67307a872c | |||
| 3255c75828 | |||
| 9db2a3b64b | |||
| d424505677 | |||
| 2a7141d24e | |||
| 80a64b884e | |||
| 5e0deadf55 | |||
| dd98e55d36 | |||
| 6c8a8e18e0 | |||
| e058fd1961 | |||
| bfd791fc87 | |||
| b10c700836 | |||
| f5d5860af0 | |||
| da0cef6dfe | |||
| 36eb171d24 | |||
| 2ce245c430 | |||
| e8bc0d81c4 | |||
| 5f66483d98 | |||
| 30e85c1256 | |||
| 402c9a5f76 | |||
| 34b5dfb4e8 | |||
| 54e73c0b99 | |||
| affa210802 | |||
| ea62a5bcb7 | |||
| bd5fd9ec56 | |||
| 8df39da2bd | |||
| 9b98f59292 | |||
| 870d981eab | |||
| a895fe158b | |||
| 409c6d9a4e | |||
| 42b4374bd3 | |||
| 74739347e7 | |||
| c94d556c4b | |||
| 2195adca64 | |||
| e5ad81861a | |||
| 5418dbfb88 | |||
| 507f4170c8 | |||
| b038ee6cbe | |||
| 2d91647794 | |||
| 7d95405252 |
4
Rom.py
4
Rom.py
@@ -2788,7 +2788,7 @@ def write_strings(rom, world, player, team):
|
|||||||
tt['sign_ganon'] = 'Three ways to victory! %s Get to it!' % trinity_crystal_text
|
tt['sign_ganon'] = 'Three ways to victory! %s Get to it!' % trinity_crystal_text
|
||||||
tt['murahdahla'] = "Hello @. I\nam Murahdahla, brother of\nSahasrahla and Aginah. Behold the power of\ninvisibility.\n\n\n\n… … …\n\nWait! You can see me? I knew I should have\nhidden in a hollow tree. If you bring\n%d triforce pieces, I can reassemble it." % int(world.treasure_hunt_count[player])
|
tt['murahdahla'] = "Hello @. I\nam Murahdahla, brother of\nSahasrahla and Aginah. Behold the power of\ninvisibility.\n\n\n\n… … …\n\nWait! You can see me? I knew I should have\nhidden in a hollow tree. If you bring\n%d triforce pieces, I can reassemble it." % int(world.treasure_hunt_count[player])
|
||||||
elif world.goal[player] == 'ganonhunt':
|
elif world.goal[player] == 'ganonhunt':
|
||||||
tt['sign_ganon'] = 'Go find the Triforce pieces to beat Ganon.'
|
tt['sign_ganon'] = 'Go find the Triforce pieces to beat Ganon'
|
||||||
elif world.goal[player] == 'bosshunt':
|
elif world.goal[player] == 'bosshunt':
|
||||||
bosshunt_count = '%d guardian%s of %sdungeons' % \
|
bosshunt_count = '%d guardian%s of %sdungeons' % \
|
||||||
(world.bosses_ganon[player],
|
(world.bosses_ganon[player],
|
||||||
@@ -2796,7 +2796,7 @@ def write_strings(rom, world, player, team):
|
|||||||
'' if world.bosshunt_include_agas[player] else 'prize ')
|
'' if world.bosshunt_include_agas[player] else 'prize ')
|
||||||
tt['sign_ganon'] = 'To beat Ganon you must defeat %s.' % bosshunt_count
|
tt['sign_ganon'] = 'To beat Ganon you must defeat %s.' % bosshunt_count
|
||||||
elif world.goal[player] == 'completionist':
|
elif world.goal[player] == 'completionist':
|
||||||
tt['sign_ganon'] = 'Ganon only respects those who have done everything.'
|
tt['sign_ganon'] = 'Ganon only respects those who have done everything'
|
||||||
tt['ganon_fall_in'] = Ganon1_texts[random.randint(0, len(Ganon1_texts) - 1)]
|
tt['ganon_fall_in'] = Ganon1_texts[random.randint(0, len(Ganon1_texts) - 1)]
|
||||||
tt['ganon_fall_in_alt'] = 'You cannot defeat me until you finish your goal!'
|
tt['ganon_fall_in_alt'] = 'You cannot defeat me until you finish your goal!'
|
||||||
tt['ganon_phase_3_alt'] = 'Got wax in\nyour ears?\nI can not die!'
|
tt['ganon_phase_3_alt'] = 'Got wax in\nyour ears?\nI can not die!'
|
||||||
|
|||||||
Reference in New Issue
Block a user