Page 1 of 1

Jet Boot Jack (English Software) - Gamebase 64-game

Posted: Tue Feb 16, 2010 8:12 pm
by sprenzinger
Do you have got some pokes for invincibility (background and sprites) and infinite fuel?
This would be great. I like to play this evergreen. It is one of my favourites. :D

Re: Jet Boot Jack (English Software) - Gamebase 64-game

Posted: Sat Feb 20, 2010 11:06 am
by Pugsy
Try these quickies for size, be careful with Invincibility if you use a platform (eg first screen) to go off the screen there may not be any way of getting back down (you can still move)

Code: Select all

Infinite Lives 
Poke 32884,173  { > 8074 AD }
Poke 32887,173  { > 8077 AD }
Poke 32978,173  { > 80D2 AD }
Poke 32981,173  { > 80D5 AD }

Infinite Fuel
Poke 35264,96  { > 89C0 60 }

Invincibility (Don't go off the screen on the platforms or you may get stuck, don't use Infinite Fuel with it just in case you need to die)
Poke 16986,96  { > 425A 60 }
Poke 17691,96  { > 451B 60 }
Poke 18916,96  { > 49E4 60 }
Poke 18983,96  { > 4A27 60 }