Take Any cave locations now known by MultiClient.

This commit is contained in:
CaitSith2
2021-01-10 17:42:58 -08:00
parent d214a1f596
commit 6ab2caf37b
3 changed files with 7 additions and 2 deletions

2
Rom.py
View File

@@ -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: