From 9c8e531d20de36194bcc36af338d789ace74317c Mon Sep 17 00:00:00 2001 From: caitsith2 Date: Mon, 22 Jun 2020 06:46:34 -0700 Subject: [PATCH] Fix asar relative path warning. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 7afaa59..d6271c1 100644 --- a/build.py +++ b/build.py @@ -88,7 +88,7 @@ if __name__ == '__main__': raise Exception("Base rom is not 'Zelda no Densetsu - Kamigami no Triforce (J) (V1.0)'") print("Patching Base Rom") - result, new_rom_data = asar_patch('LTTP_RND_GeneralBugfixes.asm', old_rom_data) + result, new_rom_data = asar_patch(os.path.abspath('LTTP_RND_GeneralBugfixes.asm'), old_rom_data) if result: with open('../working.sfc', 'wb') as stream: