diff --git a/Rom.py b/Rom.py index 9dde042c..d2d74e6e 100644 --- a/Rom.py +++ b/Rom.py @@ -1516,7 +1516,7 @@ def write_custom_shops(rom, world, player): item_data = [shop_id, ItemFactory(item['item'], player).code] + int16_as_bytes(item['price']) + [ item['max'], ItemFactory(item['replacement'], player).code if item['replacement'] else 0xFF] + int16_as_bytes( - item['replacement_price']) + [item['player']] + item['replacement_price']) items_data.extend(item_data) rom.write_bytes(0x184800, shop_data)