From 2563a0467a6781bf58e5513c5d110646f3d560db Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Wed, 9 Oct 2019 10:00:33 -0700 Subject: [PATCH] smaller --- src/glue.launch.a | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/glue.launch.a b/src/glue.launch.a index 28ef35de2..5aeb100c5 100644 --- a/src/glue.launch.a +++ b/src/glue.launch.a @@ -113,19 +113,18 @@ PlayGame +LDAY SAVE jsr AddToPath - ; then we save the length of the resulting string without the count byte - - ldx gPathname - dex - txa - pha - ; attach the separator inc gPathname lda #'/' sta gPathname+1,x + ; then we save the length of the resulting string without the count byte + + dex + txa + pha + ; then attach the game name +LDAY SAVE