Couple of big key logic fixes - one with bk forced

Another with bk assumed to be found early in dungeon
Catobat map check fix from rom
This commit is contained in:
aerinon
2021-08-31 15:36:38 -06:00
parent 10c01034fd
commit 84fb47ba9d
4 changed files with 26 additions and 3 deletions

View File

@@ -28,7 +28,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.5.1.0-u'
__version__ = '0.5.1.1-u'
from source.classes.BabelFish import BabelFish