Page 1 of 1

Apple Cider Spider (Sierra On-Line)

Posted: Tue Jun 01, 2010 10:37 am
by sprenzinger
I need some pokes for infinite bonus and invincibility against sprite and background collisions. Thanks.

Re: Apple Cider Spider (Sierra On-Line)

Posted: Thu Jun 24, 2010 11:10 pm
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 }

Re: Apple Cider Spider (Sierra On-Line)

Posted: Tue Jul 06, 2010 5:19 pm
by sprenzinger
Great!