Skip to content

Commit f1d09d2

Browse files
authored
TLoZ: Fix Incorrect Import (#1986)
1 parent 48746f6 commit f1d09d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/tloz/Rom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
import Utils
5-
from Patch import APDeltaPatch
5+
from worlds.Files import APDeltaPatch
66

77
NA10CHECKSUM = 'D7AE93DF'
88
ROM_PLAYER_LIMIT = 65535

0 commit comments

Comments
 (0)