From ce8f88b43aba482fcca40f3d278e96873576d1dc Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 8 Feb 2021 20:04:29 +0900 Subject: [PATCH] changing configure for splat update --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 8a66c2f86b..c1ac3393d5 100755 --- a/configure.py +++ b/configure.py @@ -197,9 +197,9 @@ async def main(): # split assets print("Splitting segments from baserom", end="") split.main( - args.baserom, "tools/splat.yaml", ".", + args.baserom, [ "ld", "bin", "Yay0", "PaperMarioMapFS", "PaperMarioMessages", "img", "PaperMarioNpcSprites" ], False, False,