MMBN3, Pokemon RB: Fix Incorrect Import (#1988)

This commit is contained in:
Silvris 2023-07-18 21:59:38 -05:00 committed by GitHub
parent 8360435607
commit d14131c3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from BaseClasses import ItemClassification
from Patch import APDeltaPatch
from worlds.Files import APDeltaPatch
import Utils
import os

View File

@ -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