CPC Rulez
https://cpcrulez.fr/forum/

FREDDY HARDEST 1
https://cpcrulez.fr/forum/viewtopic.php?f=10&t=2453
Page 1 sur 1

Auteur :  Princesse Mariana [ 08 Jan 2009, 20:26 ]
Sujet du message :  FREDDY HARDEST 1

POKE(S) pour le jeu AMSTRAD CPC "FREDDY HARDEST I"

INFINITE LIVES : POKE &8AFA,&A7

FREDDY HARDEST - LEVELCODE
Voici le code donnant accès à la seconde partie : 897653.
Et vous voilà au milieu de dizaines d' ordinateurs.

POKE(S) pour le jeu AMSTRAD CPC "FREDDY HARDEST"

L1: Invulnerability
POKE &88AF,&18
POKE &88B0,&53
POKE &8A19,&00
POKE &8A1A,&00
POKE &8A1B,&00

L1: Unlimited lives
POKE &8AFA,&A7

L1: Lives
POKE &9B74,&xx ; xx = (00-09)

L1: Score
POKE &9B6E,&xx ; xx = (00-09 * 6)
POKE &9B6F,&xx ; xx = (00-09 * 6)
POKE &9B70,&xx ; xx = (00-09 * 6)
POKE &9B71,&xx ; xx = (00-09 * 6)
POKE &9B72,&xx ; xx = (00-09 * 6)
POKE &9B73,&xx ; xx = (00-09 * 6)

L2: Any code correct
POKE &823E,&00

L2: Invulnerability
POKE &65E6,&18

L2: Unlimited lives
POKE &6675,&A7

L2: Unlimited laser
POKE &91D5,&00

L2: Lives
POKE &9B9E,&xx ; xx = (00-09)

L2: Score
POKE &652A,&xx ; xx = (00-09 * 6)
POKE &652B,&xx ; xx = (00-09 * 6)
POKE &652C,&xx ; xx = (00-09 * 6)
POKE &652D,&xx ; xx = (00-09 * 6)
POKE &652E,&xx ; xx = (00-09 * 6)
POKE &652F,&xx ; xx = (00-09 * 6)


** http://CPCrulez.fr **

Auteur :  Princesse Mariana [ 09 Jan 2009, 15:26 ]
Sujet du message :  Re: FREDDY HARDEST

Code :
1 :' Freddy Hardest - tape
2 :' by Phil Howard
10 DATA 00,2a,0f,bc,22,1d
20 DATA bd,21,0e,bc,36,c3
30 DATA 23,36,15,23,36,be
40 DATA c3,19,32,af,cd,1c
50 DATA bd,3a,00,be,3c,32
60 DATA 00,be,fe,02,c0,21
70 DATA 2a,be,22,5c,34,c9
80 DATA dd,21,5b,aa,11,00
90 DATA 01,cd,ea,a9,21,3
100 DATA be,22,0a,ab,c3,85
110 DATA aa,3a,7a,aa,fe,0c
120 DATA 28,07,3e,a7,32,75
130 DATA 66,18,05,3e,a7,32
140 DATA fa,8a,c3,00,80
150 MODE 1:y=0:MEMORY &3000
160 FOR x=&BE00 TO &BE52
170 READ a$:a=VAL("&"+a$)
180 POKE x,a:y=y+a:NEXT
190 IF y<>&2003 THEN 210
200 LOAD"":CALL &BE00
210 PRINT"Data Error"
220 END

Auteur :  Princesse Mariana [ 18 Jan 2011, 13:41 ]
Sujet du message :  Re: FREDDY HARDEST 1




Page 1 sur 1 Le fuseau horaire est UTC+1 heure
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/