Fiona Rides Out (Interceptor Software)

This FORUM is for posting requests and pokes for the C64 - particularly for the emulators CCS64 & VICE.
Post Reply
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Fiona Rides Out (Interceptor Software)

Post by sprenzinger »

There is a trainer version at gamebase64, but only for infinite lives.

I need pokes for infinite spells (energy) during the flight and invincibility, also in the caves and at the cemetery.

Thank you.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: Fiona Rides Out (Interceptor Software)

Post by Pugsy »

Better late then never...there's no need for Invincibility from what I can see.

Code: Select all

Infinite Lives
 Poke 26383,173  { > 670F AD }

Infinite Energy
 Poke 26230,173  { > 6676 AD }
 Poke 26233,173  { > 6679 AD }
 Poke 26251,173  { > 668b AD }
 Poke 26254,173  { > 668e AD }

No Sprite/Background Collisions (don't go off the bottom of the screen or the game will crash)
 Poke 26117,173  { > 6605 AD }

I've also made a trainer in the usual place with a fix to stop you going off the bottom of the screen.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply