Page 1 of 1

[pnyaa] Pochi and Nyaa: I made my first cheat.

Posted: Fri Aug 12, 2011 10:37 pm
by ReyVGM
I made my first MAME cheat, yay. The cheat is for Pochi and Nyaa, the only Neogeo game without cheats.

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>