Updated basepatch

This commit is contained in:
pepperpow 2020-11-30 15:16:38 -06:00
parent afe371613c
commit 8f1a6a434e
2 changed files with 2 additions and 2 deletions

4
Rom.py
View File

@ -1,7 +1,7 @@
from __future__ import annotations
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '2e014eec91e08d0977d083fd4a6ae41d'
RANDOMIZERBASEHASH = 'e386e83126c15ecd836404a84a9663e9'
import io
import json
@ -1513,7 +1513,7 @@ def write_custom_shops(rom, world, player):
else:
sram_offset += shop.item_count
shop_data.extend(bytes)
# [id][item][price-low][price-high][max][repl_id][repl_price-low][repl_price-high]
# [id][item][price-low][price-high][max][repl_id][repl_price-low][repl_price-high][player]
for item in shop.inventory:
if item is None:
break

Binary file not shown.