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
fc2dac263f
commit
43632b59cc
8
prg.txt
8
prg.txt
@ -64,6 +64,7 @@
|
|||||||
2570 return
|
2570 return
|
||||||
|
|
||||||
3000 get k$
|
3000 get k$
|
||||||
|
3005 gosub 60000
|
||||||
3010 x=-1*(k$="1")-2*(k$="2")-3*(k$="3")-4*(k$="4")
|
3010 x=-1*(k$="1")-2*(k$="2")-3*(k$="3")-4*(k$="4")
|
||||||
3020 ms=-1*(k$="{f1}")-2*(k$="{f3}")-3*(k$="{f5}")
|
3020 ms=-1*(k$="{f1}")-2*(k$="{f3}")-3*(k$="{f5}")
|
||||||
3030 ifk$="+"thenss=ss+1
|
3030 ifk$="+"thenss=ss+1
|
||||||
@ -89,3 +90,10 @@
|
|||||||
3610 x=0
|
3610 x=0
|
||||||
3620 return
|
3620 return
|
||||||
|
|
||||||
|
|
||||||
|
60000 fora=0to17
|
||||||
|
60010 b=b+cg(x)
|
||||||
|
60020 next
|
||||||
|
60030 cc=cc+b
|
||||||
|
60040 return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user