Page 1 of 1

Polar Pierre (Datamost)

Posted: Mon Nov 22, 2010 4:41 pm
by sprenzinger
For this game I need pokes for infinite lives and invincibility. Thanks.

Re: Polar Pierre (Datamost)

Posted: Tue Nov 23, 2010 10:37 pm
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  }

Re: Polar Pierre (Datamost)

Posted: Wed Nov 24, 2010 10:54 am
by sprenzinger
Incredible good. Thank you.