MMBN3, Pokemon RB: Fix Incorrect Import (#1988)
This commit is contained in:
parent
8360435607
commit
d14131c3be
|
@ -1,5 +1,5 @@
|
|||
from BaseClasses import ItemClassification
|
||||
from Patch import APDeltaPatch
|
||||
from worlds.Files import APDeltaPatch
|
||||
|
||||
import Utils
|
||||
import os
|
||||
|
|
|
@ -3,7 +3,7 @@ import hashlib
|
|||
import Utils
|
||||
import bsdiff4
|
||||
from copy import deepcopy
|
||||
from Patch import APDeltaPatch
|
||||
from worlds.Files import APDeltaPatch
|
||||
from .text import encode_text
|
||||
from .rom_addresses import rom_addresses
|
||||
from .locations import location_data
|
||||
|
|
Loading…
Reference in New Issue