From 5c418d8ec6cd9295addf29fcbfa6227de2009347 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Thu, 28 Jun 2018 12:31:27 -0400 Subject: [PATCH] cleanup --- includes/commands/COPY.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/commands/COPY.asm b/includes/commands/COPY.asm index a0edeca..d96f129 100644 --- a/includes/commands/COPY.asm +++ b/includes/commands/COPY.asm @@ -58,7 +58,6 @@ fshcmdCOPYfExe: ld de, 0 ld e, (hl) pop hl - ;ld de, $77 call fshvarcpy call _NewLine jp ErrCatch