Skip to content

Commit e59f2fe

Browse files
committed
oops
1 parent cefeff4 commit e59f2fe

File tree

1 file changed

+1
-1
lines changed
  • worlds/pokemon_crystal_prerelease

1 file changed

+1
-1
lines changed

worlds/pokemon_crystal_prerelease/rom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ def write_item(item: int, addresses: list[int]) -> None:
12221222
if "Dark Cave" not in world.options.dark_areas:
12231223
_, address = rom_offset_to_address(data.rom_addresses["AP_Address_DarkCaveName"])
12241224
# "DARK CAVE"[5:] == "CAVE"
1225-
address_bytes = (address + 5).to_bytes(2, "little")
1225+
address_bytes = (address + 5).to_bytes(2, "little")
12261226
write_bytes(address_bytes, data.rom_addresses["AP_Setting_DarkCaveName"] + 2)
12271227

12281228
if world.options.field_moves_always_usable:

0 commit comments

Comments
 (0)