mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Whoops. I was still using GS instead of MS
This commit is contained in:
parent
6eb700db1f
commit
dd6c216492
4
prg.txt
4
prg.txt
@ -8,7 +8,7 @@
|
|||||||
60 input#8,pr(x)
|
60 input#8,pr(x)
|
||||||
70 next
|
70 next
|
||||||
80 close 8
|
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 ms=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.
|
||||||
110 print"{brown}{clear}UCCCCCCCCCCCCCCC{$b2}CCCCCCCCCCCCCCCCCCCCCCI";
|
110 print"{brown}{clear}UCCCCCCCCCCCCCCC{$b2}CCCCCCCCCCCCCCCCCCCCCCI";
|
||||||
@ -39,7 +39,7 @@
|
|||||||
510 print"{brown}B{wht} cookies"
|
510 print"{brown}B{wht} cookies"
|
||||||
520 print"{down}{brown}B{wht}"bn$
|
520 print"{down}{brown}B{wht}"bn$
|
||||||
530 print"{brown}B{wht} bakery"
|
530 print"{brown}B{wht} bakery"
|
||||||
1000 on gs gosub 2000,
|
1000 on ms gosub 2000,
|
||||||
1010 goto 1000
|
1010 goto 1000
|
||||||
|
|
||||||
2000 ifms<>1thenreturn
|
2000 ifms<>1thenreturn
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user