Apple Cider Spider (Sierra On-Line)

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

Apple Cider Spider (Sierra On-Line)

Post by sprenzinger »

I need some pokes for infinite bonus and invincibility against sprite and background collisions. Thanks.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: Apple Cider Spider (Sierra On-Line)

Post by Pugsy »

Some quickies, the invincibility is not perfect but I've added the capability to walk across gaps which helps. Bit late but busy with other stuff.

Code: Select all

Infinite Lives
 Poke 41353,165  { > a189 a5 }

Maximum Bonus
 Poke 41704,165  { > a2e8 a5 }

Kill Sprite Collisions + Walk over gaps (you can still die by failing to jump gaps properly)
 Poke 36424,194  { > 8e48 c2 }
 Poke 35908,194  { > 8c44 c2 }
 Poke 36439,96  { > 8e57 60 }
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Re: Apple Cider Spider (Sierra On-Line)

Post by sprenzinger »

Great!
Post Reply