mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 20:08:15 -07:00
Take Any cave locations now known by MultiClient.
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -1565,7 +1565,7 @@ def write_custom_shops(rom, world, player):
|
||||
if shop.type == ShopType.TakeAny:
|
||||
sram_offset += 1
|
||||
else:
|
||||
sram_offset += shop.item_count
|
||||
sram_offset += 3
|
||||
shop_data.extend(bytes)
|
||||
# [id][item][price-low][price-high][max][repl_id][repl_price-low][repl_price-high][player]
|
||||
for item in shop.inventory:
|
||||
|
||||
Reference in New Issue
Block a user