deleted some stuff I forgot to remove

This commit is contained in:
IanSkinner1982 2020-12-17 18:52:34 -05:00
parent a8514c5824
commit 20457d6224
3 changed files with 0 additions and 102 deletions

Binary file not shown.

Binary file not shown.

102
prg.txt
View File

@ -171,105 +171,3 @@
13000 print"{clear}"
13010 poke53280,14:poke53281,6
13030 goto 1000
40000 rem testing menu
40010 poke53280,0:poke53281,0:poke646,5
40020 print"{clear}logging into console...
40025 print"cc64:/>"
40030 print"{up}{right}{right}{right}{right}{right}{right}{right} h"
40040 print"loading help menu..."
40045 print""
40050 print" edit saves:"
40060 print""
40070 print" create [c]"
40080 print" delete [d]"
40090 print" edit [e]"
40100 print""
40110 print" varibles:"
40120 print""
40130 print" read all [r]"
40140 print" edit all [m]"
40150 print""
40160 print" help [h]
40170 print""
40180 print"cc64:/>"
40500 getk$:ifk$=""then40500
40510 ifk$="c"then 41000
40520 ifk$="d"then
40530 ifk$="e"then
40540 ifk$="r"then
40550 ifk$="m"then
40560 ifk$="h"then 40030
40600 goto 40500
41000 print"{up}{right}{right}{right}{right}{right}{right}{right} c"
41010 print"creating save file..."
41015 open 8,8,8,"cc64.sav,s,w"
41020 print#8,0
41030 print#8,0
41040 print#8,0
41045 print#8,0
41050 print#8,0
41055 print#8,0
41060 close 8
41070 print"done!"
41080 goto 40180
42000 print"{clear}deleting save file..."
42010 open 8,8,8,"@0:cc64.sav,s,r"
42020 input#8,0
42022 input#8,0
42024 input#8,0
42026 input#8,0
42028 input#8,0
42030 input#8,0
42060 close 8
42070 print"done!"
43000 print"{clear}loading save file..."
43010 open 8,8,8,"@0:cc64.sav,s,r"
43020 get#8,s1
43022 get#8,s2
43024 get#8,s3
43026 get#8,s4
43028 get#8,s5
43030 get#8,s6
43070 print"loading complete"
43100 print" cookies: "s
43110 print" cookie gain: "s
43120 print" cursor amount "s
43130 print" grandma amount "s
43140 print" farm amount "s
43150 print" mine amount "s
49020 rem [20:38:28 ~/development/commodore/cookie-clicker-c64] git commit -m "saving/load
49030 rem mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm