Quadrant glitch mistake reversion
Fix for inverted diggable portals
This commit is contained in:
2
Main.py
2
Main.py
@@ -29,7 +29,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
|
|||||||
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
|
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
|
||||||
from Utils import output_path, parse_player_names
|
from Utils import output_path, parse_player_names
|
||||||
|
|
||||||
__version__ = '0.5.1.3-u'
|
__version__ = '0.5.1.4-u'
|
||||||
|
|
||||||
from source.classes.BabelFish import BabelFish
|
from source.classes.BabelFish import BabelFish
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ CLI: ```--bombbag```
|
|||||||
|
|
||||||
# Bug Fixes and Notes.
|
# Bug Fixes and Notes.
|
||||||
|
|
||||||
|
* 0.5.1.4
|
||||||
|
* Revert quadrant glitch fix for baserom
|
||||||
|
* Fix for inverted
|
||||||
* 0.5.1.3
|
* 0.5.1.3
|
||||||
* Certain lobbies forbidden in standard when rupee bow is enabled
|
* Certain lobbies forbidden in standard when rupee bow is enabled
|
||||||
* PoD EG disarmed when mirroring (except in nologic)
|
* PoD EG disarmed when mirroring (except in nologic)
|
||||||
|
|||||||
2
Rom.py
2
Rom.py
@@ -32,7 +32,7 @@ from source.classes.SFX import randomize_sfx
|
|||||||
|
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = '1c59cec98ba4555db8eed1d2dea76497'
|
RANDOMIZERBASEHASH = '11daec4f3e1afc96cd044585dfba9df8'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user