|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Shadow Warriors
Ocean, 1990
|
 |
Action Replay Code:
POKE 34665,234 - Lives
POKE 35002,173 - Energy
POKE 31185,175 - Time
POKE 15735,x - Set x to start on Level
Reset Code:
SYS 4409 - Restart Game
BASIC Listing:
Tape:
1 rem shadow warriors (hit squad)
2 rem infinite lives and time by waz
3 rem cassette -v1- commodore format
4 for x=384 to 428:read y:c=c+y:poke x,y:next
5 if c<>4711 then print "data error":end
6 poke 157,128:sys 384
7 data 032,086,245,169,144,141,178,002
8 data 169,001,141,179,002,076,167,002
9 data 169,160,141,041,004,169,001,141
10 data 042,004,076,000,004,087,065,090
11 data 169,234,141,207,135,169,173,141
12 data 209,121,076,000,008
Download PRG...
|
1 rem shadow warriors (ocean)
2 rem infinite energy and time by jim blackler
3 rem cassette -v1- commodore format
4 sys 62806:fora=512t0532:read z:poke a,z:next:poke 691,2
5 data 169,96,141,40,4,32,0,4,169,165,141,112,135,169,173,141,199,121,76,0,8
Download PRG...
|
Disk:
1 rem shadow warriors (ocean/night moves)
2 rem infinite lives and time by waz
3 rem disk -v1- commodore format
4 for x=679 to 731: read y:c=c+y: poke x,y:next
5 if c<>6070 then print "data error": end
6 input "infinite lives y/n";a$:if a$="n" then poke 715,202
7 input "infinite time y/n";b$:if b$="n" then poke 720,206
8 print chr$(147);"insert disk & press a key"
9 poke 198,0:wait 198,1:sys 679
10 data 169,001,168,162,008,032,186,255
11 data 169,005,160,002,162,215,032,189
12 data 255,169,000,032,213,255,169,202
13 data 141,104,003,169,002,141,105,003
14 data 076,052,003,169,234,141,105,135
15 data 169,173,141,209,121,076,000,008
16 data 068,080,082,079,071
Download PRG...
|
|