mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Now loads storedat
This commit is contained in:
parent
fbcf9c8254
commit
ad14ebd604
24
prg.txt
24
prg.txt
@ -1,11 +1,12 @@
|
|||||||
0 rem !to "build/cookie.prg"
|
0 rem !to "build/cookie.prg"
|
||||||
10 open 8,8,8,"cc64.sav,s,r"
|
10 dimna$(17):dimia(17):dimbd$(17):dimpr(17)
|
||||||
20 input#8,f1:close 8
|
20 open 8,8,8,"storedat,s,r"
|
||||||
40 if fl=0 then f1=128:f2=52:f3=193
|
30 forx=0to17
|
||||||
50 if fl=1 then f1=128:f2=49:f3=71
|
40 input#8,na$(x)
|
||||||
60 if fl=2 then f1=0:f2=52:f3=193
|
50 input#8,bd$(x)
|
||||||
70 if fl=3 then f1=0:f2=49:f3=71
|
60 input#8,pr(x)
|
||||||
80 poke650,f1:poke788,f2:poke792,f3
|
70 next
|
||||||
|
80 close 8
|
||||||
90 gs=1:bn$="someone's":r1$="{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}"
|
90 gs=1:bn$="someone's":r1$="{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}"
|
||||||
95 r2$="{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}"
|
95 r2$="{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}{right}"
|
||||||
100 rem stick news here.
|
100 rem stick news here.
|
||||||
@ -48,14 +49,15 @@
|
|||||||
2050 ifss=5theni=17:j=19
|
2050 ifss=5theni=17:j=19
|
||||||
2060 ts=ss
|
2060 ts=ss
|
||||||
2070 tm=ms
|
2070 tm=ms
|
||||||
2080 gosub2500
|
2080 y=1
|
||||||
2090 goto2000
|
2090 gosub2500
|
||||||
|
2100 goto2000
|
||||||
|
|
||||||
2500 forx=itoj
|
2500 forx=itoj
|
||||||
2510 ?r1$na$(x)
|
2510 ?r1$"{rvon}"y"{rvof} "na$(x)
|
||||||
2520 ?r1$r2$ia(x)
|
2520 ?r1$r2$ia(x)
|
||||||
2530 ?r1$bd$(x)
|
2530 ?r1$bd$(x)
|
||||||
2540 ?r1$pr(x)"{down}"
|
2540 ?r1$pr(x)"{down}":y=y+1
|
||||||
2550 next
|
2550 next
|
||||||
2560 gosub 3000
|
2560 gosub 3000
|
||||||
2570 return
|
2570 return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user