mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
smaller
This commit is contained in:
parent
e391dcd5e2
commit
2563a0467a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user