1 rem yeti (destiny software)
2 rem infinite lives, ammo and bombs by waz
3 rem cassette -v1- commodore format
4 for x=528 to 572:read y:c=c+y:poke x,y:next
5 if c<>5031 then print "data error":end
6 input "infinite lives y/n";a$:if a$="n" then poke 556,206
7 input "infinite ammo y/n";b$:if b$="n" then poke 561,206
8 input "infinite bombs y/n";c$:if c$="n" then poke 566,206
9 poke 157,128:sys 528
10 data 169,029,141,040,003,169,002,141
11 data 041,003,032,086,245,169,011,141
12 data 206,001,169,034,141,207,001,096
13 data 087,065,090,169,173,141,201,155
14 data 169,173,141,039,152,169,173,141
15 data 051,152,076,235,002
Download PRG...