New baserom (31.0.5)

Updated release notes
This commit is contained in:
aerinon
2020-06-23 16:43:15 -06:00
parent a51820e2cf
commit 50f55b8008
4 changed files with 9 additions and 12 deletions

4
Rom.py
View File

@@ -22,7 +22,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'b2badac693edd0880357f5a75a3e60d7'
RANDOMIZERBASEHASH = 'ebd479fdf1152d9a093c56ce57e13571'
class JsonRom(object):
@@ -2137,7 +2137,7 @@ def patch_shuffled_dark_sanc(world, rom, player):
# 24B116 and 20BAD8
compass_r_addr = 0x123116 # a9 90 24 8f 9a c7 7e
compass_w_addr = 0x103af6 # e2 20 ad 0c 04 c9 00 d0
compass_w_addr = 0x103b2c # e2 20 ad 0c 04 c9 00 d0
def compass_code_good(rom):