|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Newzealand Story, The
Ocean, 1989
|
 |
Action Replay Code:
POKE 3215,173 - Lives
Reset Code:
SYS 2306 - Restart Game
Type-in Cheat:
Press SHIFT & Left Arrow to skip level.
Hold dawn T, R, Y, C, H, E, A, T, I, N and G or hold as many keys possible, border should turn grey, and start game with Inf. Lives plus press Left Arrow key to skip level. On bouth cheats you still have to kill the boss.
or
Hold down all of the keys that make up the phrase "TRY CHEATING" (including the space bar - and with the T held down only once, of course). When performed correctly, the border should turn grey, indicating that you now have inifinite lives and the ability to skip levels (except guardian levels) by holding down CTRL and the LEFT ARROW key.
Listing Cheat:
Cassette:
1 rem new zealand story (ocean/hit squad)
2 rem infinite lives and time by waz
3 rem cassette -v1- commodore format
4 for x=384 to 413: read y:c=c+y: poke x, y:next
5 if c<>3156 then print "data error": end
6 poke 157,128:sys 384
7 data 032,086,245,169,032,141,084,003
8 data 169,147,141,085,003,169,001,141
9 data 086,003,096,072,169,173,141,143
10 data 012,104,173,032,208,096
Download PRG...
|
1 rem new zealand story (ocean/hit squad)
2 rem infinite lives
3 rem cassette -v1- commodore format
4 clr : for a=271 to 299 : read b : pokea,b : c=c+b : next
5 if c=3107 then poke157,128 : sys271
6 print "data error"
7 data 32,86,245,169,169,141,87,3,169,173,141,88,3,169,141,141
8 data 89,3,169,143,141,90,3,169,12,141,91,3,96
Download PRG...
|
Disk:
1 rem new zealand story (ocean/hit squad)
2 rem infinite lives by waz
3 rem disk -v1- commodore format
4 for x=679 to 728:read y:c=c+y:poke x,y:next
5 if c<>5706 then print "data error":end
6 print chr$(147);"insert disk & press a key"
7 poke 198,0:wait 198,1:sys 679
8 data 169,001,162,008,160,255,032,186
9 data 255,169,001,162,215,160,002,032
10 data 189,255,160,004,162,000,169,000
11 data 032,213,255,169,207,141,202,066
12 data 169,002,141,203,066,076,000,064
13 data 169,173,141,143,012,076,000,008
14 data 070,000
Download PRG...
|
|