Polar Pierre (Datamost)

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

Polar Pierre (Datamost)

Post by sprenzinger »

For this game I need pokes for infinite lives and invincibility. 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: Polar Pierre (Datamost)

Post by Pugsy »

Some quick pokes and a G command to finish the current level

Code: Select all

Infinite Lives
 Poke 25601,189  { > 6401 BD }

No Sprite/Sprite Collision
 Poke 23320,0  { > 5B18 0 }
 Poke 23396,176  { > 5B64 b0 17}
 Poke 23397,23
 Poke 23369,96  { > 5B49 60 }
 Poke 23382,96  { > 5B56 60 }
 Poke 23389,96  { > 5B5d 60 }
 Poke 23348,96  { > 5B34 60 }
 Poke 23355,96  { > 5B3B 60 }

Sys 23468  { G 5BAC  }
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: Polar Pierre (Datamost)

Post by sprenzinger »

Incredible good. Thank you.
Post Reply