|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Sheep in Space
Llamasoft, 1984
|
 |
Action Replay Code:
POKE 40361,173 - Lives
POKE 39954,173 POKE 40051,173 - Shields
POKE 34960,165 - Stomach
Listing Cheat:
1 rem sheep in space (llamasoft)
2 rem infinite lives and shields by martin pugh
3 rem cassette -v1- commodore format
4 for x=516 to 554:read y:c=c+y:poke x,y:next
5 if c<>4431 then print "data error":end
6 input "infinite lives y/n";a$:if a$="y" then poke 540,173
7 input "infinite shields y/n";b$:if b$="y" then poke 542,173
8 poke 157,128:sys 516
9 data 032,086,245,169,019,141,207,003
10 data 206,208,003,096,072,077,080,169
11 data 002,141,113,009,076,230,003,169
12 data 206,162,206,141,106,133,142,211
13 data 131,142,052,132,076,027,008
Download PRG...
|
|