mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
fixed colors when exiting settings
This commit is contained in:
parent
eee5fbd319
commit
1c200d9216
BIN
build/cookie.prg
BIN
build/cookie.prg
Binary file not shown.
Binary file not shown.
9
prg.txt
9
prg.txt
@ -212,7 +212,7 @@
|
|||||||
31020 ifk$="l"then goto 33000
|
31020 ifk$="l"then goto 33000
|
||||||
31030 ifk$="s"then goto 34000
|
31030 ifk$="s"then goto 34000
|
||||||
31040 ifk$="w"then goto 35000
|
31040 ifk$="w"then goto 35000
|
||||||
31050 ifk$="e"then goto 400
|
31050 ifk$="e"then goto 36000
|
||||||
|
|
||||||
33000 rem loading
|
33000 rem loading
|
||||||
|
|
||||||
@ -226,6 +226,7 @@
|
|||||||
33030 input#8,ma
|
33030 input#8,ma
|
||||||
33060 close 8
|
33060 close 8
|
||||||
33070 print"loading complete"
|
33070 print"loading complete"
|
||||||
|
33075 poke53280,14:poke53281,6
|
||||||
33080 goto 400
|
33080 goto 400
|
||||||
|
|
||||||
34000 rem saving
|
34000 rem saving
|
||||||
@ -242,6 +243,10 @@
|
|||||||
34070 print"saving complete"
|
34070 print"saving complete"
|
||||||
34080 goto 30000
|
34080 goto 30000
|
||||||
|
|
||||||
|
36000 rem exit settings
|
||||||
|
|
||||||
|
36010 print"{clear}"
|
||||||
|
36020 poke53280,14:poke53281,6
|
||||||
|
36030 goto 400
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user