Minor baserom updates

This commit is contained in:
aerinon
2021-07-13 13:19:14 -07:00
parent 940369d3ec
commit b5aae926e7
4 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
from Utils import output_path, parse_player_names
__version__ = '0.4.0.10u'
__version__ = '0.4.0.11u'
class EnemizerError(RuntimeError):

View File

@@ -22,6 +22,9 @@ For accessibility, you now get a C or P indicator to the left of the magic bar o
# Bug Fixes and Notes.
* 0.4.0.11
* Some minor base rom fixes
* Improved distribution of bombable/dashable doors
* 0.4.0.10
* Renamed to pseudoboots
* Some release note updates

2
Rom.py
View File

@@ -30,7 +30,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'df3386b7a48d79950a1432b8bbaafde1'
RANDOMIZERBASEHASH = '669813697df6a132611f4c7a008ebaae'
class JsonRom(object):

Binary file not shown.