1 rem rick dangerous 2 (us gold/kixx)
2 rem infinite lives, bombs and bullets by waz
3 rem cassette -v1- commodore format
4 for x=543 to 583:read y:c=c+y:poke x,y:next
5 for x=400 to 431:read y:c=c+y:poke x, y:next
6 if c<>8658 then print "data error":end
7 input "infinite lives y/n";a$
8 if a$="n" then for x=400 to 415:poke x,234:next
9 input "infinite bombs y/n";b$:if b$="n" then poke 417,1
10 input "infinite bullets y/n";c$:if c$="n" then poke 422,1
11 poke 157,128:sys 543
12 data 032,044,247,056,169,021,141,177
13 data 003,169,055,141,178,003,169,106
14 data 141,179,003,032,108,245,169,076
15 data 141,196,224,169,144,141,197,224
16 data 169,001,141,198,224,032,191,003
17 data 096,169,000,141,251,030,169,234
18 data 141,222,063,141,223,063,141,224
19 data 063,169,000,141,089,039,169,000
20 data 141,006,040,141,104,059,108,022
21 data 000
Download PRG...