fix(rom): baserom update

This commit is contained in:
aerinon
2024-02-07 15:21:13 -07:00
parent 21c3618c01
commit a7e0b85226
4 changed files with 9 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ from source.enemizer.DamageTables import DamageTable
from source.enemizer.Enemizer import randomize_enemies from source.enemizer.Enemizer import randomize_enemies
from source.rom.DataTables import init_data_tables from source.rom.DataTables import init_data_tables
version_number = '1.4.1.5' version_number = '1.4.1.6'
version_branch = '-u' version_branch = '-u'
__version__ = f'{version_number}{version_branch}' __version__ = f'{version_number}{version_branch}'

View File

@@ -139,8 +139,14 @@ These are now independent of retro mode and have three options: None, Random, an
* Dark Lake Hylia Ledge Healer Fairy (aka Shopping Mall Bomb) * Dark Lake Hylia Ledge Healer Fairy (aka Shopping Mall Bomb)
* Bonk Fairy (Dark) * Bonk Fairy (Dark)
# Bug Fixes and Notes # Patch Notes
* 1.4.1.6u
* Difficulty: Fixed some issues around item caps not being respected
* Enemezier: Tutorial guards remove from South Kakariko
* Map: Pendant colors fixed
* Minor rom code cleanup
* Enemizer: Hovers added to problematic pool near pits. Some other bans
* 1.4.1.5u * 1.4.1.5u
* Major Fix: Problem with Ganon's Room sprites * Major Fix: Problem with Ganon's Room sprites
* HMG: Remove extra Swamp Smalls in the pool due to pottery settings * HMG: Remove extra Swamp Smalls in the pool due to pottery settings

2
Rom.py
View File

@@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'd47bab6e3c7de77295fcdc0b0ab84a9d' RANDOMIZERBASEHASH = '03e2ae451d5abadd905b1a4da283ab5a'
class JsonRom(object): class JsonRom(object):

Binary file not shown.