Fix for Non-ER Inverted Experimental (Aga and GT weren't logically swapped)

Fix for customizer setting crystals to 0 for either GT/Ganon
This commit is contained in:
aerinon
2023-04-14 15:23:38 -06:00
parent ea8bd117fc
commit d5e69b28f2
4 changed files with 9 additions and 5 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_number = '1.2.0.16'
version_number = '1.2.0.17'
version_branch = '-u'
__version__ = f'{version_number}{version_branch}'