Go backGo back to index

Full Throttle

Microsphere

Full price gameSimulationHack
Screen shot

Simulation of a motorbike racing game. One for a wannabe Barry Sheene.

This hack replaces, as is the norm, the basic loader. Line 140 stops deceleration when you go off the track and lines 150 and 160 combined stop deceleration when you hit another bike. If you delete line 150 you must not delete line 160 and vice versa. You cannot delete any other lines.

Click here to download this hack (TAP format) or Click here to download this hack (TZX format).

10 CLEAR 65275 : LET T=0
20 FOR F=65276 TO 65299
30 READ A : POKE F,A
40 LET T=T+(F-65266) * A : NEXT F
50 READ A : IF T<>A THEN STOP
60 FOR F=65300 TO 1E9 : READ A
70 IF A=999 THEN RANDOMIZE USR 65276
80 POKE F,A : NEXT F
90 DATA 205,86,5,221,33
100 DATA 86,234,17,28,1
110 DATA 62,255,55,205,86
120 DATA 5,62,255,50,70
130 DATA 235,205,114,234,63648
140 DATA 175,50,105,176
150 DATA 62,195,50,200,182
160 DATA 33,213,182,34,201,182
170 DATA 33,20,180,229,233
180 DATA 999

Free Web Hosting