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

@@ -142,6 +142,7 @@ class World(object):
set_player_attr('force_fix', {'gt': False, 'sw': False, 'pod': False, 'tr': False})
set_player_attr('exp_cache', defaultdict(dict))
set_player_attr('enabled_entrances', {})
def get_name_string_for_object(self, obj):
return obj.name if self.players == 1 else f'{obj.name} ({self.get_player_names(obj.player)})'