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