Update Rom.py

This commit is contained in:
StructuralMike
2021-03-03 14:42:12 +01:00
parent 8a203c3158
commit f8e6692dea

2
Rom.py
View File

@@ -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)