From a417bc811318861ecfac6148437f9cd58d122c83 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:39:51 -0500 Subject: [PATCH] fix incorrect import --- worlds/tloz/Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tloz/Rom.py b/worlds/tloz/Rom.py index 0be96d664a24..16806a6476c0 100644 --- a/worlds/tloz/Rom.py +++ b/worlds/tloz/Rom.py @@ -2,7 +2,7 @@ import os import Utils -from Patch import APDeltaPatch +from worlds.Files import APDeltaPatch NA10CHECKSUM = 'D7AE93DF' ROM_PLAYER_LIMIT = 65535