Minor baserom updates
This commit is contained in:
2
Main.py
2
Main.py
@@ -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):
|
||||
|
||||
@@ -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
2
Rom.py
@@ -30,7 +30,7 @@ from EntranceShuffle import door_addresses, exit_ids
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'df3386b7a48d79950a1432b8bbaafde1'
|
||||
RANDOMIZERBASEHASH = '669813697df6a132611f4c7a008ebaae'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user