Rom changes (see that commmit message or release notes)

Customizer improvements:
- Better logic around customized lobbies
- Better logic around customized door types
Fix to key doors that was causing extra key doors
Generation improvement around crystal switches
Fix bug in dungeon_only that wasn't using pot key locations (known issue still exists in pottery modes)
Fixes an issue when keys are found in own dungeon for another player when using the bizhawk plugin
This commit is contained in:
aerinon
2023-02-24 14:25:04 -07:00
parent 9a71e56546
commit 409f7d50d5
12 changed files with 152 additions and 64 deletions

View File

@@ -34,7 +34,7 @@ from source.overworld.EntranceShuffle2 import link_entrances_new
from source.tools.BPS import create_bps_from_data
from source.classes.CustomSettings import CustomSettings
__version__ = '1.2.0.8-u'
__version__ = '1.2.0.9-u'
from source.classes.BabelFish import BabelFish