From c9823f28af9527cf627ef5cc7e369c1511cfd127 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 22 Aug 2022 23:01:38 -0500 Subject: [PATCH] Moving Aerinon's room mod somewhere else --- Rom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rom.py b/Rom.py index d8fcd686..7b437caa 100644 --- a/Rom.py +++ b/Rom.py @@ -1695,9 +1695,9 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False): rom.write_bytes(room.address(), room.rom_data()) if world.pottery[player] not in ['none']: - rom.write_bytes(snes_to_pc(0x1F8375), int32_as_bytes(0x2A8000)) + rom.write_bytes(snes_to_pc(0x1F8375), int32_as_bytes(0x299000)) # make hammer pegs use different tiles - Room0127.write_to_rom(snes_to_pc(0x2A8000), rom) + Room0127.write_to_rom(snes_to_pc(0x299000), rom) if world.pot_contents[player]: colorize_pots = is_mystery or (world.pottery[player] not in ['vanilla', 'lottery']