Fix for stats and p/c indicator
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.8-u'
|
||||
__version__ = '0.4.0.9-u'
|
||||
|
||||
|
||||
class EnemizerError(RuntimeError):
|
||||
|
||||
@@ -14,6 +14,9 @@ Thanks to qadan, cheuer, & compiling
|
||||
|
||||
# Bug Fixes and Notes.
|
||||
|
||||
* 0.4.0.9
|
||||
* Fixes for stats and P/C indicator (thanks Kara)
|
||||
* Swamp lobby fixes (thanks Catobat)
|
||||
* 0.4.0.8
|
||||
* Ganon jokes added for when silvers aren't available
|
||||
* Some text updated (Blind jokes, uncle text)
|
||||
|
||||
2
Rom.py
2
Rom.py
@@ -30,7 +30,7 @@ from EntranceShuffle import door_addresses, exit_ids
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = '736978dd2b3a2bb109ac80ed7c048e67'
|
||||
RANDOMIZERBASEHASH = 'df3386b7a48d79950a1432b8bbaafde1'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user