Page 1 of 1

[pnyaa] Pochi and Nyaa

Posted: Wed Sep 28, 2011 11:57 pm
by ReyVGM
This code will make it so the computer is constantly flooded with garbage. It's a Puyo Puyo clone, so it's basically an easy win cheat.

This code is for the 1 or 2 Player Versus Mode.

Code: Select all

<cheat desc="Flood The Opponent">
    <script state="run">
      <action>maincpu.ppb@102C15=55</action>
    </script>
  </cheat>

And this code is for the Attack Mode. Basically the "intruders" are the amount of combos you must do to go to the next stage. If you enable this code, you can jump right to the last stage. But I think it would be best if someone with more experience would modify the cheat so it works more like a "Select amount of", that way people will be able to chose how many intruders they would want.

Code: Select all

 <cheat desc="Max Intruders">
    <script state="run">
      <action>maincpu.ppb@10C82B=FF</action>
    </script>
  </cheat>

   <cheat desc="Max Intruders">
    <script state="run">
      <action>maincpu.ppb@10C82a=10</action>
    </script>
  </cheat>

Re: [pnyaa] Pochi and Nyaa

Posted: Sat Oct 01, 2011 6:06 pm
by ReyVGM
Why isn't this code getting added? Is there something wrong with it?

Re: [pnyaa] Pochi and Nyaa

Posted: Sun Nov 20, 2011 9:56 pm
by Pugsy
I hadn't added them as I hadn't got to it yet....last cheat I added was posted just before this one was.

I've added them now, thanks. They probably will require some rework but that's a job for later