Revert SRAM changes

This commit is contained in:
aerinon
2022-02-10 08:36:30 -07:00
parent 49accbd2b1
commit 600343683a
6 changed files with 7 additions and 5 deletions

View File

@@ -1077,7 +1077,7 @@ def create_pot_location(pot, pot_index, super_tile, world, player):
def pot_address(pot_index, super_tile):
return 0x7f6018 + super_tile * 2 + (pot_index << 24)
return 0x7f6600 + super_tile * 2 + (pot_index << 24)
# (type, room_id, shopkeeper, custom, locked, [items])