mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Update prg.txt
This commit is contained in:
parent
a411a77f24
commit
56d84acb1f
21
prg.txt
21
prg.txt
@ -44,21 +44,15 @@
|
|||||||
1010 goto 1000
|
1010 goto 1000
|
||||||
|
|
||||||
2000 ifms<>1thenreturn
|
2000 ifms<>1thenreturn
|
||||||
|
|
||||||
|
|
||||||
2010 ifss>0theni=0:j=4:ifss>1theni=5:j=9:ifss>2theni=10:j=14:ifss>3theni=15:j=17 :rem set ranges for the arrays
|
2010 ifss>0theni=0:j=4:ifss>1theni=5:j=9:ifss>2theni=10:j=14:ifss>3theni=15:j=17 :rem set ranges for the arrays
|
||||||
2060 ts=ss:tm=ms
|
2060 ts=ss:tm=ms
|
||||||
2090 gosub2300
|
2090 gosub2500
|
||||||
2100 goto2000
|
2100 goto2000
|
||||||
|
|
||||||
2300 forx=1to20: rem clears the menu
|
2500 gosub51000
|
||||||
2310 ifx=1then?"{home}"r1$"{down} ";
|
2505y=1:forx=itoj
|
||||||
2320 ?r1$"{right} ";:next
|
2510 ifx=ithen?"{home}"
|
||||||
2340 gosub2500
|
2515 ?r1$"{up}{rvon}"right$(str$(y),1)"{rvof} "na$(x)
|
||||||
|
|
||||||
2500 y=1:forx=itoj
|
|
||||||
2505 ifx=ithen?"{home}"
|
|
||||||
2510 ?r1$"{up}{rvon}"right$(str$(y),1)"{rvof} "na$(x)
|
|
||||||
2520 ?r1$r2$"{up}"ia(x)
|
2520 ?r1$r2$"{up}"ia(x)
|
||||||
2530 ?r1$bd$(x)
|
2530 ?r1$bd$(x)
|
||||||
2540 ?r1$"{up}"pr(x)
|
2540 ?r1$"{up}"pr(x)
|
||||||
@ -116,6 +110,11 @@
|
|||||||
50030 return
|
50030 return
|
||||||
50040 ms=-1*(k$="{f1}")-2*(k$="{f3}")-3*(k$="{f5}"):return
|
50040 ms=-1*(k$="{f1}")-2*(k$="{f3}")-3*(k$="{f5}"):return
|
||||||
|
|
||||||
|
51000 forx=1to20: rem clears the menu
|
||||||
|
51010 ifx=1then?"{home}"r1$"{down} ";
|
||||||
|
51020 ?r1$"{right} ";:next
|
||||||
|
51040 return
|
||||||
|
|
||||||
60000 fora=0to17:b=b+cg(x):next:rem adding subroutine
|
60000 fora=0to17:b=b+cg(x):next:rem adding subroutine
|
||||||
60030 cc=cc+b:?"{home}{down}{right}"int(cc):return
|
60030 cc=cc+b:?"{home}{down}{right}"int(cc):return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user