Change pot addresses

This commit is contained in:
cassidoxa
2022-04-23 01:25:34 -04:00
parent 16dfb2ad7b
commit 3fe0683fe5
2 changed files with 3 additions and 3 deletions

View File

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