Page 1 of 1

Punchy (Mr.Micro Ltd.) - Gamebase 64 version

Posted: Fri Feb 26, 2010 11:35 am
by sprenzinger
I never played this oldie back in the days. Now, I found it in the gamebase.

I managed the sixteen screens to the end with infinite lives and many many save states.

Now, I want to play the other levels (faster modes), but it seems to be impossible. Please could you give me pokes for invincibility, infinite bonus and infinite sausages to pass the screens easier. Thank you. :)

Re: Punchy (Mr.Micro Ltd.) - Gamebase 64 version

Posted: Sun Mar 07, 2010 7:56 pm
by Pugsy
Try these for size...just made a +5 trainer version with these so hopefully they are all ok

Code: Select all

Infinite Time
Poke 20431,173  { > 4FCF AD }

Infinite Lives
Poke 24888,173  { > 6138 AD }

Always have Three Sausages 
Poke 24881,3  { > 6131 3 }
Poke 25029,3  { > 61C5 3 }
Poke 23646,169  { > 5C5E A9 03 8D 9E 36 }
Poke 23647,3 
Poke 23648,141 
Poke 23649,158
Poke 23650,54

Kill Sprite Collisions
Poke 24030,0  { > 5DDE 0 }
Poke 24324,0  { > 5F04 0 }

Walk Across Gaps 
Poke 23966,0  { > 5D9E 0 }
Poke 24466,0  { > 5F92 0 }

Re: Punchy (Mr.Micro Ltd.) - Gamebase 64 version

Posted: Sat Mar 13, 2010 1:25 pm
by sprenzinger
Yes, they are all working. This is amazing. Thank you again for your help. :D