chore: bump version
This commit is contained in:
2
Main.py
2
Main.py
@@ -38,7 +38,7 @@ from source.enemizer.DamageTables import DamageTable
|
||||
from source.enemizer.Enemizer import randomize_enemies
|
||||
from source.rom.DataTables import init_data_tables
|
||||
|
||||
version_number = '1.4.0.1'
|
||||
version_number = '1.4.1.0'
|
||||
version_branch = '-v'
|
||||
__version__ = f'{version_number}{version_branch}'
|
||||
|
||||
|
||||
@@ -142,6 +142,7 @@ These are now independent of retro mode and have three options: None, Random, an
|
||||
# Bug Fixes and Notes
|
||||
|
||||
* 1.4.1.0v
|
||||
* World Model Refactor: The overworld has been split up by screen, brings OR and DR a bit closer together in the model sense. A few OWG clips have been rewritten to fit into this new logic better.
|
||||
* Logic: New logic for some bosses on ice
|
||||
* Helmasaur on Ice: Bombs for mask, sword or arrows for 2nd phase
|
||||
* Blind on Ice: Beam sword, Somaria, or Byrna plus magic extension for damage. Red shield or Byrna for protection.
|
||||
|
||||
Reference in New Issue
Block a user