Incorporating CrossGenWork2 branch again

This commit is contained in:
aerinon
2020-08-14 16:27:37 -06:00
parent 459e3cdc26
commit 53a5d6a98f
4 changed files with 6 additions and 6 deletions

6
Rom.py
View File

@@ -22,7 +22,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'ad03900849f7220770bd8d00ed514dad'
RANDOMIZERBASEHASH = '01b83de5f8d3df6d17ecf0b1ed760cd9'
class JsonRom(object):
@@ -2137,9 +2137,9 @@ def patch_shuffled_dark_sanc(world, rom, player):
rom.write_bytes(0x180262, [unknown_1, unknown_2, 0x00])
# 24B116 and 20BAD8
# 24B118 and 20BB32
compass_r_addr = 0x123118 # a9 90 24 8f 9a c7 7e
compass_w_addr = 0x103b2c # e2 20 ad 0c 04 c9 00 d0
compass_w_addr = 0x103b32 # e2 20 ad 0c 04 c9 00 d0
def compass_code_good(rom):