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: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 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.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)
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