Merge branch 'shop-fill' into multishop-all

This commit is contained in:
pepperpow
2020-12-15 02:36:48 -06:00
8 changed files with 63 additions and 28 deletions

View File

@@ -306,6 +306,7 @@ def main(args, seed=None):
main_entrance = get_entrance_to_region(region)
for location in region.locations:
if type(location.address) == int: # skips events and crystals
if location.address >= 0x400000: continue
if lookup_vanilla_location_to_entrance[location.address] != main_entrance.name:
er_hint_data[region.player][location.address] = main_entrance.name