mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
added item counter
This commit is contained in:
parent
3c057f7dc0
commit
6ff37d2d0d
BIN
build/cookie.prg
BIN
build/cookie.prg
Binary file not shown.
Binary file not shown.
5
prg.txt
5
prg.txt
@ -57,7 +57,7 @@
|
|||||||
4000 if cc<c2 then 1000
|
4000 if cc<c2 then 1000
|
||||||
4010 cc=cc-c2
|
4010 cc=cc-c2
|
||||||
4015 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
4015 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
||||||
3020 ca=ca+1
|
3020 ga=ga+1
|
||||||
3025 print"{home}"ds$ds$ds$ds$ds$ds$ds$"B * * * B ("ga") B"
|
3025 print"{home}"ds$ds$ds$ds$ds$ds$ds$"B * * * B ("ga") B"
|
||||||
4030 cg=cg+.2
|
4030 cg=cg+.2
|
||||||
4040 cc=cc+cg
|
4040 cc=cc+cg
|
||||||
@ -80,7 +80,8 @@
|
|||||||
5500 if cc<c3 then 1000
|
5500 if cc<c3 then 1000
|
||||||
5510 cc=cc-c3
|
5510 cc=cc-c3
|
||||||
5515 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
5515 print"{home}"ds$"B you have ":rem stops from messing up the counter
|
||||||
5520 cg=cg+.4
|
5520 fa=fa+1
|
||||||
|
5525 cg=cg+.4
|
||||||
5530 cc=cc+cg
|
5530 cc=cc+cg
|
||||||
5540 print"{home}"ds$"B you have "int(cc)"
|
5540 print"{home}"ds$"B you have "int(cc)"
|
||||||
5550 goto 1000
|
5550 goto 1000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user