Rom fix: Crystals on map should now work in light and dark world again.

This commit is contained in:
LLCoolDave 2017-06-04 18:31:54 +02:00
parent e8cf884b7e
commit bc9cfb6053
2 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@ -8,7 +8,7 @@ import hashlib
import logging
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'fd9d7a9ff91c4f09544203d3bb6fb7fe'
RANDOMIZERBASEHASH = '526f716b20ac27c086c68289cb377b35'
def patch_rom(world, rom, hashtable, quickswap=False, beep='normal', sprite=None):

File diff suppressed because one or more lines are too long