|

eMail Me
Note: You must add 'com' to the end of the address, it's to help prevent auto spam.
|
Re-Bounder
Gremlin Graphics Software Ltd., 1987
|
 |
Action Replay Code:
POKE 11983,189 - Lives
Listing Cheat:
1 rem re-bounder (gremlin graphics)
2 rem infinite lives and stop falls by m pugh
3 rem cassette -v1- commodore format
4 for x=516 to 551:read y:c=c+y:poke x,y:next
5 if c<>3761 then print "data error": end
6 input"infinite lives y/n";a$: if a$="y" then poke 541,141
7 input"stop falling y/n";b$: if b$="y" then poke 546,141
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,140,009,076,230,003,169
12 data 000,173,087,131,169,096,173,078
13 data 160,076,027,008
Download PRG...
|
1 rem re-bounder (gremlin)
2 rem infinite lives by the paperboys
3 rem cassette -v1- zzapp64 iss.33
20 rem print chr$(147)
30 forc=14080 to 14164:read a:poke c,a:next c
40 sys 14080
50 data 32,44,247,32,108,245,169,19,141
60 data 134,9,169,55,141,135,9,76,16
70 data 8,169,76,141,45,1,169,37,197
80 data 46,1,169,55,141,47,1,76,0,1,169
90 data 99,32,63,1,162,0,189,58,55,157
100 data 0,4,232,224,32,208,245,76,0
110 data 4,169,51,32,63,1,169,52,32
120 data 63,1,169,234,141,36,145,141,37
130 data 145,141,38,145,76,16,128,0,0,0
Download PRG...
|
|