mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 03:26:10 +00:00
smaller
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user