SM and SMZ3 apworld support (#1677)

This commit is contained in:
lordlou
2023-04-08 16:52:34 -04:00
committed by GitHub
parent f4035b8621
commit 84402a1b55
86 changed files with 522 additions and 445 deletions

View File

@@ -1,4 +1,4 @@
from worlds.sm.variaRandomizer.logic.smbool import SMBool
from ..logic.smbool import SMBool
import os
import sys
from pathlib import Path
@@ -61,7 +61,7 @@ def diff4solver(difficulty):
return "mania"
# allow multiple local repo
appDir = Path(__file__).parents[4]
appDir = str(Path(__file__).parents[4])
def isKnows(knows):
return knows[0:len('__')] != '__' and knows[0] == knows[0].upper()