|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Space Academy
Elite, 1989
|
 |
Action Replay Code:
POKE 3310,255 - End of game
POKE 18316,0 - Extra speed
POKE 18605,165 - Constant speed
POKE 20005,181 - Freeze baddies
Listing Cheat:
1 rem space academy (encore)
2 rem infinite time, energy, no killer sprites by m pugh
3 rem cassette -v1- commodore format
4 for x=516 to 559:read y:c=c+y:poke x,y:next
5 if c<>4731 then print "data error":end
6 input "infinite time y/n";a$:if a$="y" then poke 554,141
7 input "infinite energy y/n";b$:if b$="y" then poke 549,141
8 input "no killer sprites on levels 4/6 y/n";c$: if c$="y" then poke 540,173
9 poke 157,128:sys 516
10 data 032,086,245,169,019,141,207,003
11 data 206,208,003,096,072,077,080,169
12 data 002,141,140,009,076,230,003,169
13 data 076,141,196,063,141,036,073,169
14 data 234,173,002,022,169,173,173,173
15 data 023,076,027,008
Download PRG...
|
|