Merge branch 'OverworldShuffleDev' into OverworldShuffle

This commit is contained in:
codemann8
2021-10-28 21:42:54 -05:00
4 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
### 0.2.1.2
- Fixed issue with whirlpools not changing world when in Crossed OW
### 0.2.1.1
- Many fixes to ER: infinite loops, preventing cross-world scenarios in non-cross-world modes
- Spoiler log improvements, outputs in stages so a Spoiler is available if an error occurs

View File

@@ -3,7 +3,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl
from Regions import mark_dark_world_regions, mark_light_world_regions
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
__version__ = '0.2.1.1-u'
__version__ = '0.2.1.2-u'
def link_overworld(world, player):
# setup mandatory connections

2
Rom.py
View File

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

Binary file not shown.