This commit is contained in:
Peter Ferrie
2019-10-09 10:00:33 -07:00
parent e391dcd5e2
commit 2563a0467a

View File

@@ -113,19 +113,18 @@ PlayGame
+LDAY SAVE +LDAY SAVE
jsr AddToPath jsr AddToPath
; then we save the length of the resulting string without the count byte
ldx gPathname
dex
txa
pha
; attach the separator ; attach the separator
inc gPathname inc gPathname
lda #'/' lda #'/'
sta gPathname+1,x 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 ; then attach the game name
+LDAY SAVE +LDAY SAVE