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

Post by sprenzinger »

Incredible good. Thank you.
Post Reply