diff --git a/Rom.py b/Rom.py index eb1170e5..02335767 100644 --- a/Rom.py +++ b/Rom.py @@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc from Versions import DRVersion, GKVersion, ORVersion JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '94ff6d50db131aabe6b086e783709004' +RANDOMIZERBASEHASH = '589a044786a63d98aff0e44b51a6a339' class JsonRom(object): diff --git a/Text.py b/Text.py index b347d9b3..ee72c4c0 100644 --- a/Text.py +++ b/Text.py @@ -2054,5 +2054,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['end_pad_data'] = bytearray([0xfb]) + text['orange_potion_refill'] = CompressedTextMapper.convert("This rare orange potion will give you infinite magic, but only until you die or quit the game.") + text['end_pad_data'] = bytearray([0xFB]) text['terminator'] = bytearray([0xFF, 0xFF]) diff --git a/data/base2current.bps b/data/base2current.bps index aec296c3..77850823 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ