From df06f13fda1143d866b8e32a0ae676f9443c6092 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 4 Oct 2016 15:58:42 -0700 Subject: [PATCH] fix compressed debug rom output directory --- asm/oot-dbg-comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm/oot-dbg-comp b/asm/oot-dbg-comp index 279bd6d..12b0e09 100644 --- a/asm/oot-dbg-comp +++ b/asm/oot-dbg-comp @@ -326,5 +326,5 @@ if [ $fast -ne 2 ]; then fi done dump "$patchme" - copy_rom "$out" 32 + copy_rom "build/$out" 32 fi