Improvement to FF damage fix to insta-warp Link to destination when Link exceeds bounds of current screen

This commit is contained in:
codemann8
2021-12-13 23:17:29 -06:00
parent 4ae211e213
commit abfe08ab6d
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '607ec23701b1099fdeb64a0caff190b6' RANDOMIZERBASEHASH = 'c5903112ffe302d1e9a3878ee720d1b3'
class JsonRom(object): class JsonRom(object):

Binary file not shown.