From 51b581aa8cf74e3a44e7dd362aed8008540422fc Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Sun, 25 Jan 2026 22:14:57 -0600 Subject: [PATCH] Yet more spacing fixes --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 4c11ba72..ccf664f4 100644 --- a/Rom.py +++ b/Rom.py @@ -1664,7 +1664,7 @@ def patch_rom(world, rom, player, team, is_mystery=False, rom_header=None): offset += 4 portal = world.get_portal(portal_list[portal_idx], player) entrance = portal.find_portal_entrance() - coords = get_entrance_coords(entrance) + coords = get_entrance_coords(entrance) # figure out compass entrances and what world (light/dark) write_int16s(rom, snes_to_pc(0x0ABE2E)+(map_index*6), coords)