mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: add layer for patches that don't use Patch.py
(#2889)
* Core: add layer for patches that don't use `Patch.py` * bump container version * APAutoPatchInterface name * mystic quest change * OoT and Adventure changes * missed name in docstring * container version compatibility
This commit is contained in:
@@ -29,14 +29,14 @@ from .TextBox import character_table, NORMAL_LINE_WIDTH, rom_safe_text
|
||||
from .texture_util import ci4_rgba16patch_to_ci8, rgba16_patch
|
||||
from .Utils import __version__
|
||||
|
||||
from worlds.Files import APContainer
|
||||
from worlds.Files import APPatch
|
||||
from Utils import __version__ as ap_version
|
||||
|
||||
AP_PROGRESSION = 0xD4
|
||||
AP_JUNK = 0xD5
|
||||
|
||||
|
||||
class OoTContainer(APContainer):
|
||||
class OoTContainer(APPatch):
|
||||
game: str = 'Ocarina of Time'
|
||||
|
||||
def __init__(self, patch_data: bytes, base_path: str, output_directory: str,
|
||||
|
Reference in New Issue
Block a user