From f8e6692dea1602f1651d768e8dfa89baa6b09d98 Mon Sep 17 00:00:00 2001 From: StructuralMike <66819228+StructuralMike@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:42:12 +0100 Subject: [PATCH] Update Rom.py --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 635848a1..37fc82d1 100644 --- a/Rom.py +++ b/Rom.py @@ -1295,7 +1295,7 @@ def patch_rom(world, rom, player, team, enemized): if world.futuro[player]: rom.write_byte(0x18008D, 0x00) else: - rom.write_byte(0x18008E, 0x01) + rom.write_byte(0x18008D, 0x01) equip[0x343] = min(equip[0x343], starting_max_bombs) rom.write_byte(0x180034, starting_max_bombs)